mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-21 08:06:27 -04:00
youtube-dl: skip youtube dash manifests
missed in last merge commit replay of 6a4bcaca1b
This commit is contained in:
parent
cbeba3a6b9
commit
ecb2d70369
@ -215,6 +215,7 @@ def _build_youtube_dl(worker, destdir, site):
|
||||
# "best: Select the best quality format represented by a single
|
||||
# file with video and audio."
|
||||
"format": "best/bestvideo+bestaudio",
|
||||
"youtube_include_dash_manifest": False,
|
||||
}
|
||||
if worker._proxy_for(site):
|
||||
ydl_opts["proxy"] = "http://{}".format(worker._proxy_for(site))
|
||||
|
Loading…
x
Reference in New Issue
Block a user