Go to file
Pierre Rudloff 86ae03f4ec Remove my email address 2015-02-05 16:39:29 +01:00
css Optimize CSS and JS 2015-01-07 10:29:35 +01:00
img Optimize images 2014-12-30 00:42:24 +01:00
js Optimize CSS and JS 2015-01-07 10:29:35 +01:00
.gitignore Don't include config.php in repo 2015-01-07 10:45:40 +01:00
.htaccess Redirect with PHP instead of .htaccess 2015-01-07 10:43:59 +01:00
Gruntfile.js Optimize CSS and JS 2015-01-07 10:29:35 +01:00
LICENSE Create LICENSE 2015-01-07 11:08:17 +01:00
README.md Update README 2015-01-07 11:07:19 +01:00
api.php Remove my email address 2015-02-05 16:39:29 +01:00
common.php Add disabled mode 2015-01-07 11:04:06 +01:00
config.example.php Add disabled mode 2015-01-07 11:04:06 +01:00
disabled.php Add disabled mode 2015-01-07 11:04:06 +01:00
download.php Replace email address 2015-01-07 10:47:46 +01:00
extractors.php Replace email address 2015-01-07 10:47:46 +01:00
footer.php Remove Piwik code 2014-12-30 00:35:15 +01:00
head.php Improve app metadata 2015-01-23 00:07:44 +01:00
header.php Replace email address 2015-01-07 10:47:46 +01:00
index.php Replace email address 2015-01-07 10:47:46 +01: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 Optimize CSS and JS 2015-01-07 10:29:35 +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
youtoubeur.php Replace email address 2015-01-07 10:47:46 +01:00

README.md

alltube

HTML GUI for youtube-dl (http://alltubedownload.net/)

##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.