youtube-dl: skip youtube dash manifests

missed in last merge commit
replay of 6a4bcaca1b
This commit is contained in:
Noah Levitt 2018-08-16 14:25:37 -07:00
parent cbeba3a6b9
commit ecb2d70369

View File

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