is_logged_in()) { header("Location: login.php"); } else { if(isset($_GET['kill']) && !empty($_GET['kill']) && $_GET['kill'] === "all") { Downloader::kill_them_all(); } if(isset($_POST['urls']) && !empty($_POST['urls'])) { $audio_only = false; if(isset($_POST['audio']) && !empty($_POST['audio'])) { $audio_only = true; } $outfilename = False; if(isset($_POST['outfilename']) && !empty($_POST['outfilename'])) { $outfilename = $_POST['outfilename']; } $vformat = False; if(isset($_POST['vformat']) && !empty($_POST['vformat'])) { $vformat = $_POST['vformat']; } $downloader = new Downloader($_POST['urls']); $downloader->download($audio_only, $outfilename, $vformat); if(!isset($_SESSION['errors'])) { header("Location: index.php"); } } } ?>
Free space : free_space(); ?>
Used space : used_space(); ?>
Download folder : get_downloads_folder(); ?>
Youtube-dl version :
How does it work ?
Simply paste your video link in the field and click "Download"
With which sites does it work?
Here's a list of the supported sites
How can I download the video on my computer?
Go to List of files -> choose one -> right click on the link -> "Save target as ..."
What's Filename or Format field?
They are optional, see the official documentation about Format selection or Output template