use ffmpeg aka hls_prefer_native: False

This commit is contained in:
Barbara Miller 2020-05-29 17:28:29 -07:00
parent 93b3fb7855
commit 17b24feff3

View File

@ -245,7 +245,7 @@ def _build_youtube_dl(worker, destdir, site):
"outtmpl": "{}/ydl%(autonumber)s.out".format(destdir),
"retries": 1,
"nocheckcertificate": True,
"hls_prefer_native": True,
"hls_prefer_native": False,
"noprogress": True,
"nopart": True,
"no_color": True,