Download Youtube videos and convert them to MP3
$ curl -fsSL git.io/ytmp3 | shAll this installation script does is download the ytmp3 script, make it an executable, and copy it to your $PATH (/usr/local/bin). For copying to your $PATH, it may be required to enter your password. If there is a better way to do this, please send in a pull request.
ytmp3 relies solely on youtube-dl and ffmpeg - if you don't already have it installed this script itself will install them for you. Otherwise just paste the following into the terminal:
$ brew install youtube-dl ffmpeg Usage:
ytmp3 https://www.youtube.com/watch?v=d9TpRfDdyU0
ytmp3 [options]
Options:
-V, --version Output version
-h, --help This message.
--Contributions are always welcome, from a typo in the README to a request to add another package in the list to a completely new feature itself.
Fork the code, make a new branch, and send in a pull request.
MIT © Johnie Hjelm