Go to file
Pierre Rudloff 4edfdd3edd Perf 2015-04-10 23:50:57 +02:00
css Perf 2015-04-10 23:50:57 +02:00
fonts Perf 2015-04-10 23:50:57 +02:00
img Add screenshot in README (fixes #9) 2015-03-08 16:42:16 +01:00
js Optimize CSS and JS 2014-12-30 00:41:03 +01:00
.gitignore Don't include config.php in repo 2015-01-07 10:45:40 +01:00
.htaccess Perf 2015-04-10 23:50:57 +02:00
Gruntfile.js Perf 2015-04-10 23:50:57 +02:00
LICENSE Create LICENSE 2015-01-07 11:08:17 +01:00
README.md How to install deps 2015-04-07 21:41:13 +02:00
api.php Useless HTML tags 2015-04-10 23:21:57 +02:00
common.php Add disabled mode 2015-01-07 11:04:06 +01:00
config.example.php Scalingo 2015-04-10 22:55:19 +02:00
disabled.php Add disabled mode 2015-01-07 11:04:06 +01:00
download.php Scalingo 2015-04-10 22:55:19 +02:00
extractors.php Scalingo 2015-04-10 22:55:19 +02:00
footer.php Bookmarklet (fixes #10) 2015-03-20 00:09:48 +01:00
head.php Perf 2015-04-10 23:50:57 +02:00
header.php Replace email address 2015-01-07 10:47:46 +01:00
index.php Useless HTML tags 2015-04-10 23:21:57 +02:00
json.php Replace email address 2015-01-07 10:47:46 +01:00
logo.php Initial import 2014-03-13 20:07:56 +01:00
maintenance.php Replace email address 2015-01-07 10:47:46 +01:00
manifest.webapp Bigger logo 2014-08-30 22:28:09 +02:00
package.json Scalingo 2015-04-10 22:55:19 +02: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
youtoubeur.php Replace email address 2015-01-07 10:47:46 +01:00
youtube-dl Scalingo 2015-04-10 22:55:19 +02:00

README.md

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