Youtube-dl-WebUI/config/config.php

12 lines
215 B
PHP
Raw Normal View History

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