mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-06 05:24:19 -04:00
youtube-dl option noplaylist: True
This commit is contained in:
parent
03594413f9
commit
e3a067cf60
1 changed files with 1 additions and 0 deletions
|
@ -246,6 +246,7 @@ def _build_youtube_dl(worker, destdir, site):
|
||||||
"retries": 1,
|
"retries": 1,
|
||||||
"nocheckcertificate": True,
|
"nocheckcertificate": True,
|
||||||
"hls_prefer_native": True,
|
"hls_prefer_native": True,
|
||||||
|
"noplaylist": True,
|
||||||
"noprogress": True,
|
"noprogress": True,
|
||||||
"nopart": True,
|
"nopart": True,
|
||||||
"no_color": True,
|
"no_color": True,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue