This commit is contained in:
CodeName393
2026-01-22 02:41:21 +09:00
committed by GitHub
parent 9cd67568d2
commit b384139b41

View File

@@ -183,7 +183,6 @@ def build_download_args(
"--thread-count": thread_count,
"--download-retry-count": retry_count,
"--write-meta-json": False,
"--no-log": True,
}
if FFMPEG:
args["--ffmpeg-binary-path"] = str(FFMPEG)