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. diff --git a/classes/VideoDownload.php b/classes/VideoDownload.php index 373ac38..0d42a97 100644 --- a/classes/VideoDownload.php +++ b/classes/VideoDownload.php @@ -127,7 +127,7 @@ class VideoDownload * @param string $format Format to use for the video * @param string $password Video password * - * @return array URLs of video + * @return string[] URLs of video * */ public function getURL($url, $format = null, $password = null) { diff --git a/templates/playlist.tpl b/templates/playlist.tpl index cab5c4a..670bc36 100644 --- a/templates/playlist.tpl +++ b/templates/playlist.tpl @@ -17,6 +17,5 @@ {/foreach} - {include file="inc/footer.tpl"}