dmelo/you2better

There is no license information available for the latest version (1.1.19) of this package.

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

1.1.19 2016-10-15 00:59 UTC

README

Build Status Code Climate Issue Count

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