fix: Run youtube-dl with --no-playlist

Fixes #172
This commit is contained in:
Pierre Rudloff 2018-05-23 21:43:34 +02:00
parent ac4f6e72b8
commit 647eed9db0
2 changed files with 2 additions and 1 deletions

View file

@ -11,6 +11,7 @@ params:
- --ignore-errors
- --flat-playlist
- --restrict-filenames
- --no-playlist
# True to enable audio conversion
convert: false