mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 23:56:34 -04:00
youtube-dl option noplaylist: True
This commit is contained in:
parent
03594413f9
commit
e3a067cf60
@ -246,6 +246,7 @@ def _build_youtube_dl(worker, destdir, site):
|
||||
"retries": 1,
|
||||
"nocheckcertificate": True,
|
||||
"hls_prefer_native": True,
|
||||
"noplaylist": True,
|
||||
"noprogress": True,
|
||||
"nopart": True,
|
||||
"no_color": True,
|
||||
|
Loading…
x
Reference in New Issue
Block a user