alltube/README.md

16 lines
482 B
Markdown
Raw Normal View History

2014-03-13 12:02:32 -07:00
alltube
=======
HTML GUI for youtube-dl (http://alltubedownload.net/)
2014-10-19 20:51:54 +02:00
Setup
=======
2014-10-27 14:42:44 +01:00
The only thing you need to get Alltube working is to download [youtube-dl](https://rg3.github.io/youtube-dl/):
2014-10-19 20:51:54 +02:00
wget https://yt-dl.org/downloads/latest/youtube-dl
2014-10-27 14:42:44 +01:00
Other dependencies
=======
You need [avconv](https://libav.org/avconv.html) and [rtmpdump](http://rtmpdump.mplayerhq.hu/) in order to enable conversions.
If you don't want to enable conversions, you can use the _noconv_ branch.