1
0
mirror of https://github.com/Rudloff/alltube.git synced 2024-06-22 07:06:40 +02:00

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

View File

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