Youtube-dl-WebUI/config/config.php.TEMPLATE
2018-03-23 12:09:26 +01:00

16 lines
351 B
Text

<?php
//Default password is "root" with md5 hash
//No "/" at the end of outputFolder or logfolder
return array(
"security" => true,
"password" => "63a9f0ea7bb98050796b649e85481845",
"outputFolder" => "downloads",
"extracter" => "avconv",
"log" => true,
"outfilename" => "%(title)s-%(id)s.%(ext)s",
"logFolder" => "logs",
"max_dl" => 3);
?>