Youtube-dl-WebUI/config/config.php
2016-01-20 21:24:20 +01:00

14 lines
270 B
PHP

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