Merge branch 'noYoutubeDash' into qa

This commit is contained in:
Barbara Miller 2017-12-11 15:44:38 -08:00
commit d2675268fd

View File

@ -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))