Skip to content

dmelo/you2better

Repository files navigation

You2Better

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:https://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:https://localhost:8888/?youtubeid=meT2eqgDjiM -O PomplamooseMusic_Beat_it.m4a

About

Provides a way to download youtube media as mp3 files

Resources

Stars

Watchers

Forks

Packages

No packages published