Youtube-dl-WebUI/config/config.php
2015-05-25 00:32:22 +02:00

13 lines
252 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",
"max_dl" => 3);
?>