🎥 A WebUI for youtube-dl, background and multiple downloads implemented
Go to file
p1rox 30f2477d34 Password protection added with session
Functions freeSpace and destFolderExists moved to utilities.php
2014-03-21 21:15:45 +01:00
css First commit 2014-03-21 02:01:44 +01:00
img Add LICENSE.md 2014-03-21 12:16:54 +01:00
config.php Password protection added with session 2014-03-21 21:15:45 +01:00
index.php Password protection added with session 2014-03-21 21:15:45 +01:00
LICENSE.md Add LICENSE.md 2014-03-21 12:16:54 +01:00
list.php Password protection added with session 2014-03-21 21:15:45 +01:00
README.md Fix README.md mistake 2014-03-21 12:49:54 +01:00
sessions.php Password protection added with session 2014-03-21 21:15:45 +01:00
utilities.php Password protection added with session 2014-03-21 21:15:45 +01:00

Youtube-dl WebUI

Main List

Description

Youtube-dl WebUI is a small web interface for youtube-dl. It allows you to host your own video downloader. After the download you can stream your videos from your web browser or save it on your computer directly from the list page.

Requirements

  • A web server (Apache or nginx)
  • PHP latest version should be fine.
  • Youtube-dl

How to install ?

  1. Clone this repo in your web folder (ex: /var/www).
  2. Edit config.php as you want it to work.
  3. Create the video folder.
  4. Check permissions.
  5. Access to your page (ex: index.php) to check that everything works.

CSS Theme

Flatly

License

GPL v2 see LICENSE.md