mirror of
https://github.com/timendum/Youtube-dl-WebUI.git
synced 2024-11-15 11:35:17 +08:00
11 lines
196 B
PHP
11 lines
196 B
PHP
|
<?php
|
||
|
|
||
|
//Default password is "root" with md5 hash
|
||
|
|
||
|
return array(
|
||
|
"security" => true,
|
||
|
"password" => "63a9f0ea7bb98050796b649e85481845",
|
||
|
"outputFolder" => "videos",
|
||
|
"extracter" => "avconv");
|
||
|
|
||
|
?>
|