mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-22 16:39:07 -04:00
youtube-dl: skip youtube dash manfests
This commit is contained in:
parent
a6e5700c18
commit
6a4bcaca1b
@ -196,6 +196,7 @@ class BrozzlerWorker:
|
||||
# "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 self._proxy_for(site):
|
||||
ydl_opts["proxy"] = "http://{}".format(self._proxy_for(site))
|
||||
|
Loading…
x
Reference in New Issue
Block a user