Skip to content

johnie/ytmp3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation


ytmp3

ytmp3

Download Youtube videos and convert them to MP3

Installation

 $ curl -fsSL git.io/ytmp3 | sh

All 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

  Usage:
    ytmp3 https://www.youtube.com/watch?v=d9TpRfDdyU0
    ytmp3 [options]

  Options:
    -V, --version    Output version
    -h, --help       This message.
    --

Contributing

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.

Licence

MIT © Johnie Hjelm

About

🎵 Download Youtube videos and convert them to MP3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages