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

@ -39,7 +39,7 @@ class Config
*
* @var array
*/
public $params = ['--no-warnings', '--ignore-errors', '--flat-playlist', '--restrict-filenames'];
public $params = ['--no-warnings', '--ignore-errors', '--flat-playlist', '--restrict-filenames', '--no-playlist'];
/**
* Enable audio conversion.