Youtube-dl-WebUI/config/config.php
p1rox bdd3bc126c Simultaneous downloads !
Better error management
Musics are now dissociate from videos
2015-03-12 21:47:23 +01:00

12 lines
No EOL
215 B
PHP

<?php
//Default password is "root" with md5 hash
return array(
"security" => true,
"password" => "63a9f0ea7bb98050796b649e85481845",
"outputFolder" => "downloads",
"extracter" => "avconv",
"max_dl" => 3);
?>