dmelo / you2better
Provides a way to download youtube media as mp3 or m4v files.
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 1
Forks: 1
Open Issues: 2
Type:application
Requires
- php: >=5.3.0
- monolog/monolog: ^1.19
- rg3/youtube-dl: >=2016.03.01
README
A Web server that provides a easy way to download/stream YouTube audio files.
Dependencies
List of software that must be previously installed:
- git
- make
- pandoc
- php
- python 2.6, 2.7, or 3.2+
- zip
Install
Use the following commands to setup You2Better.
git clone https://github.com/dmelo/you2better.git composer install cd vendor/rg3/youtube-dl make sudo make install ./youtube-dl -U cd - cp you2better-conf.php.template you2better-conf.php php -S 0.0.0.0:8888
Try to download an audio:
wget http://localhost:8888/?youtubeid=meT2eqgDjiM -O PomplamooseMusic_Beat_it.m4a
Docker
You can run the images from Docker Hub dmelo/you2better.
docker run -p 8888:8888 dmelo/you2better
As described on the Install section, download the content using port 8888 of localhost:
wget http://localhost:8888/?youtubeid=meT2eqgDjiM -O PomplamooseMusic_Beat_it.m4a