Go to file
Pierre Rudloff 195dbd7c56 Use Apache on Heroku 2015-06-04 20:34:41 +02:00
css Perf 2015-04-10 23:50:57 +02:00
ffmpeg Improve ffmpeg install script 2015-05-17 22:14:45 +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 example.com as example domain 2015-05-16 02:31:12 +02:00
.gitignore Wider ignore rule 2015-05-16 03:54:53 +02:00
.htaccess Perf 2015-04-10 23:50:57 +02:00
Gruntfile.js Lint 2015-04-13 00:53:05 +02:00
LICENSE Create LICENSE 2015-01-07 11:08:17 +01:00
Procfile Use Apache on Heroku 2015-06-04 20:34:41 +02:00
README.md How to install deps 2015-04-07 21:41:13 +02:00
api.php curl instead of wget 2015-05-16 03:34:13 +02:00
common.php Smarty 2015-04-11 22:08:24 +02:00
composer.json Valid composer.json (fixes #13) 2015-05-01 19:03:36 +02:00
composer.lock Smarty upgrade 2015-05-25 21:18:10 +02:00
config.example.php Improve ffmpeg install script 2015-05-17 22:14:45 +02:00
disabled.php Smarty 2015-04-11 22:08:24 +02:00
download.php Static functions 2015-04-13 00:49:50 +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 Missing include 2015-04-19 13:16:54 +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
npm-shrinkwrap.json npm shrinkwrap 2015-05-16 02:32:38 +02:00
package.json Improve ffmpeg install script 2015-05-17 22:14:45 +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

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