Youtube-dl-WebUI/config/config.php

11 lines
196 B
PHP
Raw Normal View History

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