mirror of
https://github.com/timendum/Youtube-dl-WebUI.git
synced 2024-11-15 03:24:38 +08:00
49a995eede
- New theme - Multiple downloads - Audio extraction - Code rewrite
11 lines
No EOL
196 B
PHP
11 lines
No EOL
196 B
PHP
<?php
|
|
|
|
//Default password is "root" with md5 hash
|
|
|
|
return array(
|
|
"security" => true,
|
|
"password" => "63a9f0ea7bb98050796b649e85481845",
|
|
"outputFolder" => "videos",
|
|
"extracter" => "avconv");
|
|
|
|
?>
|