alltube/README.md

982 B

alltube

HTML GUI for youtube-dl (http://alltubedownload.net/)

Screenshot

##Setup In order to get AllTube working, you need to download youtube-dl:

wget https://yt-dl.org/downloads/latest/youtube-dl

You then need npm and Grunt:

npm install
grunt

You also need to create the config file:

cp config.example.php config.php

##License This software is available under the GNU General Public License.

Please use a different name and logo if you run it on a public server.

##Other dependencies You need avconv and rtmpdump in order to enable conversions. If you don't want to enable conversions, you can disable it in config.php.

On Debian-based systems:

sudo apt-get install libavcodec-extra rtmpdump