Go to file
Pierre Rudloff 23f0b74dec Doc about deps 2014-10-27 14:42:44 +01:00
img Cast API 2014-04-04 16:38:36 +02:00
.gitignore Ignore youtube-dl binary 2014-03-27 16:06:34 +01:00
.htaccess .htaccess for Firefox Marketplace 2014-04-13 11:38:53 +02:00
README.md Doc about deps 2014-10-27 14:42:44 +01:00
api.php Config in a separate file (fixes #2 and fixes #3) 2014-07-05 12:45:24 +02:00
cast.js Try to keep the same Cast session 2014-04-04 23:57:41 +02:00
config.php Config in a separate file (fixes #2 and fixes #3) 2014-07-05 12:45:24 +02:00
download.php Config in a separate file (fixes #2 and fixes #3) 2014-07-05 12:45:24 +02:00
extractors.php Initial import 2014-03-13 20:07:56 +01:00
footer.php Link to GitHub repo 2014-03-27 16:05:52 +01:00
head.php Cast API 2014-04-04 16:38:36 +02:00
header.php Initial import 2014-03-13 20:07:56 +01:00
index.php Initial import 2014-03-13 20:07:56 +01:00
json.php Config in a separate file (fixes #2 and fixes #3) 2014-07-05 12:45:24 +02:00
logo.php Initial import 2014-03-13 20:07:56 +01:00
manifest.webapp Initial import 2014-03-13 20:07:56 +01:00
robots.txt Initial import 2014-03-13 20:07:56 +01:00
sitemap.xml Initial import 2014-03-13 20:07:56 +01:00
style.css Cast API 2014-04-04 16:38:36 +02:00
youtoubeur.php Initial import 2014-03-13 20:07:56 +01:00

README.md

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

Other dependencies

You need avconv and rtmpdump in order to enable conversions. If you don't want to enable conversions, you can use the noconv branch.