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.
- Host: GitHub
- URL: https://github.com/joom/node-youtube2mp3
- Owner: joom
- Created: 2014-02-20T12:35:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-08T12:36:29.000Z (over 12 years ago)
- Last Synced: 2023-08-13T04:02:23.131Z (almost 3 years ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).