This commit is contained in:
2026-02-07 14:58:13 -08:00
parent c8230cbb42
commit 60c2cc062c
9 changed files with 69 additions and 78 deletions

View File

@@ -102,7 +102,7 @@ def maybe_show_formats_table(
return 1
base_args: List[str] = []
out_arg = parsed.get("path") or parsed.get("output")
out_arg = parsed.get("path")
if out_arg:
base_args.extend(["-path", str(out_arg)])