j
This commit is contained in:
@@ -191,7 +191,7 @@ def _run(result: Any, args: Sequence[str], config: Dict[str, Any]) -> int:
|
||||
mode_hint = None
|
||||
forced_format = None
|
||||
|
||||
from cmdlet.add_file import Add_File
|
||||
from cmdlet.download_file import Download_File
|
||||
|
||||
expanded: List[Dict[str, Any]] = []
|
||||
downloaded_any = False
|
||||
@@ -204,7 +204,7 @@ def _run(result: Any, args: Sequence[str], config: Dict[str, Any]) -> int:
|
||||
expanded.append(it)
|
||||
continue
|
||||
|
||||
downloaded = Add_File._download_streaming_url_as_pipe_objects(
|
||||
downloaded = Download_File.download_streaming_url_as_pipe_objects(
|
||||
u,
|
||||
config,
|
||||
mode_hint=mode_hint,
|
||||
|
||||
Reference in New Issue
Block a user