forked from kenzuya/unshackle
Fix 2
This commit is contained in:
@@ -183,7 +183,6 @@ def build_download_args(
|
|||||||
"--thread-count": thread_count,
|
"--thread-count": thread_count,
|
||||||
"--download-retry-count": retry_count,
|
"--download-retry-count": retry_count,
|
||||||
"--write-meta-json": False,
|
"--write-meta-json": False,
|
||||||
"--no-log": True,
|
|
||||||
}
|
}
|
||||||
if FFMPEG:
|
if FFMPEG:
|
||||||
args["--ffmpeg-binary-path"] = str(FFMPEG)
|
args["--ffmpeg-binary-path"] = str(FFMPEG)
|
||||||
|
|||||||
Reference in New Issue
Block a user