Go to file
Pierre Rudloff 8f199c833d Merge branch 'release-0.3.2' 2015-08-30 16:12:14 +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 Encode URL in bookmarklet 2015-08-06 21:00:37 +02:00
templates_c Add templates_c to repo 2015-06-28 19:53:18 +02:00
tests Very basic unit testing 2015-08-29 21:46:57 +02:00
.gitignore Release script 2015-08-06 21:16:58 +02:00
.htaccess Perf 2015-04-10 23:50:57 +02:00
.travis.yml Travis 2015-08-30 01:53:28 +02:00
Gruntfile.js phpunit grunt task 2015-08-29 22:03:10 +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 Add templates_c to repo 2015-06-28 19:53:18 +02:00
api.php curl instead of wget 2015-05-16 03:34:13 +02:00
common.php Travis 2015-08-30 01:53:28 +02:00
composer.json Valid composer.json (fixes #13) 2015-05-01 19:03:36 +02:00
composer.lock Smarty update 2015-06-18 19:33:43 +02:00
config.example.php Default to best video format (fixes #26) 2015-08-01 12:56:04 +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
package.json 0.3.2 release 2015-08-30 16:11:18 +02:00
redirect.php Basic error catching in redirect script 2015-08-06 21:21:56 +02:00
release.sh Release script 2015-08-06 21:16:58 +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 use npm and Composer:

npm install
composer install

This will download all the required dependencies.

(Note that it will download the ffmpeg binary for 64-bits Linux. If you are on another platform, you might want to specify the path to avconv/ffmpeg in your config file.)

You should also ensure that the templates_c folder has the right permissions:

chmod 777 templates_c/

##Config

If you want to use a custom config, you need to create a 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