Ignore errors in playlists
(see https://github.com/rg3/youtube-dl/issues/12835)
This commit is contained in:
parent
1a7444eb66
commit
5180577b99
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue