Ignore errors in playlists

(see https://github.com/rg3/youtube-dl/issues/12835)
This commit is contained in:
Pierre Rudloff 2017-04-25 14:08:29 +02:00
parent 1a7444eb66
commit 5180577b99
1 changed files with 1 additions and 1 deletions

View File

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