mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-09 06:52:46 -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
1 changed files with 1 additions and 0 deletions
|
@ -215,6 +215,7 @@ def _build_youtube_dl(worker, destdir, site):
|
||||||
# "best: Select the best quality format represented by a single
|
# "best: Select the best quality format represented by a single
|
||||||
# file with video and audio."
|
# file with video and audio."
|
||||||
"format": "best/bestvideo+bestaudio",
|
"format": "best/bestvideo+bestaudio",
|
||||||
|
"youtube_include_dash_manifest": False,
|
||||||
}
|
}
|
||||||
if worker._proxy_for(site):
|
if worker._proxy_for(site):
|
||||||
ydl_opts["proxy"] = "http://{}".format(worker._proxy_for(site))
|
ydl_opts["proxy"] = "http://{}".format(worker._proxy_for(site))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue