yttomp3
v0.1.0
Published
A CLI tool that converts a youtube video to an mp3 file using node streams
Downloads
5
Maintainers
Readme
youtube-to-mp3
A CLI tool that converts a youtube video to an mp3 file using node streams
Installation
Make sure you have ffmpeg installed.
npm -g install yttomp3
Usage
In your command line,
yttomp3 https://www.youtube.com/watch?v=D4azMok_WF8 > song.mp3
Tests
npm test
License
MIT