Youtube-dl-WebUI/config/config.php.TEMPLATE
2021-08-25 12:18:12 +02:00

18 lines
416 B
Text

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