Merge branch 'develop' of github.com:Rudloff/alltube into develop
This commit is contained in:
commit
f9da2febe3
3 changed files with 2 additions and 3 deletions
|
@ -38,7 +38,7 @@ class Config
|
|||
*
|
||||
* @var array
|
||||
*/
|
||||
public $params = ['--no-warnings'];
|
||||
public $params = ['--no-warnings', '--ignore-errors'];
|
||||
|
||||
/**
|
||||
* Enable audio conversion.
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -17,6 +17,5 @@
|
|||
</div>
|
||||
{/foreach}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
{include file="inc/footer.tpl"}
|
||||
|
|
Loading…
Reference in a new issue