This commit is contained in:
2026-01-27 14:56:01 -08:00
parent 334841dcfa
commit a44b80fd1d
7 changed files with 253 additions and 109 deletions

View File

@@ -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("-"):