844 B
844 B
alltube
HTML GUI for youtube-dl (http://alltubedownload.net/)
##Setup In order to get AllTube working, you need to download youtube-dl:
wget https://yt-dl.org/downloads/latest/youtube-dl
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.