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; } $downloader = new Downloader($_POST['urls'], $audio_only); if(!isset($_SESSION['errors'])) { header("Location: index.php"); } } } ?>
Free space : free_space(); ?>
Download folder : get_downloads_folder(); ?>
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 videos -> choose one -> right click on the link -> "Save target as ..."