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

https://github.com/salgadobreno/youtube-mp3

youtube-mp3 uses youtube-dl, FFmpeg, and LAME to download videos and extract their audio.
https://github.com/salgadobreno/youtube-mp3

Last synced: 2 months ago
JSON representation

youtube-mp3 uses youtube-dl, FFmpeg, and LAME to download videos and extract their audio.

Awesome Lists containing this project

README

        

###youtube-mp3
`youtube-mp3` is a fork of [youtube2mp3](https://github.com/emres/youtube2mp3).
`youtube2mp3` requires `zenity`, and therefore will only run on linux. `youtube-mp3` can be run in both Linux and OS X. The `youtube-mp3` install script requires `wget`, however. `youtube-mp3` for OS X requires `FFmpeg` which is installed when the `install` script is executed.

######About
Enter a video URL when prompted and `youtube-mp3` will automatically extract an mp3 into the working directory.

######Install
Run the `install` shell script to install. Everything is installed into `/usr/local/bin`. Sudo access is needed.

######Usage:

```bash
youtube-mp3
Please enter a YouTube URL: URL`
```