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.
- Host: GitHub
- URL: https://github.com/salgadobreno/youtube-mp3
- Owner: salgadobreno
- Created: 2013-02-16T13:13:25.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-16T14:33:34.000Z (over 12 years ago)
- Last Synced: 2024-04-15T02:48:44.652Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`
```