mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-09 06:52:46 -04:00
youtube-dl: skip youtube dash manfests
This commit is contained in:
parent
a6e5700c18
commit
6a4bcaca1b
1 changed files with 1 additions and 0 deletions
|
@ -196,6 +196,7 @@ class BrozzlerWorker:
|
||||||
# "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 self._proxy_for(site):
|
if self._proxy_for(site):
|
||||||
ydl_opts["proxy"] = "http://{}".format(self._proxy_for(site))
|
ydl_opts["proxy"] = "http://{}".format(self._proxy_for(site))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue