youtube-dl option noplaylist: True

This commit is contained in:
Barbara Miller 2020-07-24 16:22:50 -07:00
parent 03594413f9
commit e3a067cf60

View File

@ -246,6 +246,7 @@ def _build_youtube_dl(worker, destdir, site):
"retries": 1,
"nocheckcertificate": True,
"hls_prefer_native": True,
"noplaylist": True,
"noprogress": True,
"nopart": True,
"no_color": True,