Merge pull request #204 from galgeek/noplaylist-ydl

youtube-dl option noplaylist: True
This commit is contained in:
Neil Minton 2020-08-04 14:12:14 -04:00 committed by GitHub
commit 12913cccf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,