From 5180577b99d571395225db8ed7706afb23a5811f Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Tue, 25 Apr 2017 14:08:29 +0200 Subject: [PATCH] Ignore errors in playlists (see https://github.com/rg3/youtube-dl/issues/12835) --- classes/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Config.php b/classes/Config.php index b90a6ca..1f73e6b 100644 --- a/classes/Config.php +++ b/classes/Config.php @@ -38,7 +38,7 @@ class Config * * @var array */ - public $params = ['--no-warnings']; + public $params = ['--no-warnings', '--ignore-errors']; /** * Enable audio conversion.