An open API service indexing awesome lists of open source software.

https://github.com/joom/node-youtube2mp3

Node.js replica of YouTube to MP3 web apps.
https://github.com/joom/node-youtube2mp3

Last synced: about 2 months ago
JSON representation

Node.js replica of YouTube to MP3 web apps.

Awesome Lists containing this project

README

          

#node-youtube2mp3
This is a small example web app for downloading YouTube videos as MP3 audio files. It runs youtube-dl and ffmpeg in child processes, so you should check (or directly run on Ubuntu/Debian) the installprereq.sh file. You can probably install the requirements with brew on Mac.

#Acknowledgment
The piping from youtube-dl to ffmpeg, and then from ffmpeg to the response, is done by the code from [here](http://pauldbergeron.com/code/networking/nodejs/coffeescript/streaming-youtube-to-mp3-audio-in-nodejs.html).