From 826f67f264f773a9b1bf6d621dc9795a1359ef1e Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sun, 19 Oct 2014 20:51:54 +0200 Subject: [PATCH 1/2] Setup in readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b0fa6c7..3f6b925 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,9 @@ alltube ======= HTML GUI for youtube-dl (http://alltubedownload.net/) + +Setup +======= +The only thing you need to get Alltube working is to download youtube-dl: + + wget https://yt-dl.org/downloads/latest/youtube-dl From 23f0b74dec504e2832acd3a907215d6ed67a24a9 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Mon, 27 Oct 2014 14:42:44 +0100 Subject: [PATCH 2/2] Doc about deps --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f6b925..1da2035 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ HTML GUI for youtube-dl (http://alltubedownload.net/) Setup ======= -The only thing you need to get Alltube working is to download youtube-dl: +The only thing you need to get Alltube working is to download [youtube-dl](https://rg3.github.io/youtube-dl/): wget https://yt-dl.org/downloads/latest/youtube-dl + +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.