j
This commit is contained in:
@@ -336,7 +336,7 @@ def main(argv: Optional[List[str]] = None) -> int:
|
||||
#
|
||||
# Examples:
|
||||
# mm "download-file <url> | add-tag 'x' | add-file -store local"
|
||||
# mm "download-file '<url>' -query 'format:720p' -path 'C:\\out'"
|
||||
# mm "download-file '<url>' -query 'format:720' -path 'C:\\out'"
|
||||
if len(clean_args) == 1:
|
||||
single = clean_args[0]
|
||||
if "|" in single and not single.startswith("-"):
|
||||
|
||||
Reference in New Issue
Block a user