Go to file
Pierre Rudloff f672b996eb Nginx 2015-04-11 22:17:42 +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
templates Smarty 2015-04-11 22:08:24 +02:00
.gitignore Smarty 2015-04-11 22:08:24 +02: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 Smarty 2015-04-11 22:08:24 +02:00
common.php Smarty 2015-04-11 22:08:24 +02:00
composer.json Nginx 2015-04-11 22:17:42 +02:00
composer.lock Nginx 2015-04-11 22:17:42 +02:00
config.example.php Smarty 2015-04-11 22:08:24 +02:00
disabled.php Smarty 2015-04-11 22:08:24 +02:00
download.php Smarty 2015-04-11 22:08:24 +02:00
extractors.php Smarty 2015-04-11 22:08:24 +02:00
index.php Smarty 2015-04-11 22:08:24 +02:00
json.php Smarty 2015-04-11 22:08:24 +02:00
maintenance.php Smarty 2015-04-11 22:08:24 +02:00
manifest.webapp Bigger logo 2014-08-30 22:28:09 +02:00
nginx.conf Nginx 2015-04-11 22:17:42 +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 Smarty 2015-04-11 22:08:24 +02: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