mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 23:56:34 -04:00
Merge branch 'noplaylist-ydl' into qa
This commit is contained in:
commit
fa2fe1eadf
@ -251,7 +251,8 @@ def _build_youtube_dl(worker, destdir, site):
|
||||
"outtmpl": "{}/ydl%(autonumber)s.out".format(destdir),
|
||||
"retries": 1,
|
||||
"nocheckcertificate": True,
|
||||
"hls_prefer_native": False,
|
||||
"hls_prefer_native": True,
|
||||
"noplaylist": True,
|
||||
"noprogress": True,
|
||||
"nopart": True,
|
||||
"no_color": True,
|
||||
|
Loading…
x
Reference in New Issue
Block a user