Web GUI for yt-dlp
css | ||
img | ||
js | ||
.gitignore | ||
.htaccess | ||
api.php | ||
common.php | ||
config.example.php | ||
disabled.php | ||
download.php | ||
extractors.php | ||
footer.php | ||
Gruntfile.js | ||
head.php | ||
header.php | ||
index.php | ||
json.php | ||
LICENSE | ||
logo.php | ||
maintenance.php | ||
manifest.webapp | ||
package.json | ||
README.md | ||
robots.txt | ||
sitemap.xml | ||
youtoubeur.php |
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
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.