Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jweslley/youtube-dl-mp3
Downloads videos from YouTube and convert them to mp3.
https://github.com/jweslley/youtube-dl-mp3
Last synced: 3 months ago
JSON representation
Downloads videos from YouTube and convert them to mp3.
- Host: GitHub
- URL: https://github.com/jweslley/youtube-dl-mp3
- Owner: jweslley
- License: other
- Created: 2012-09-05T01:57:30.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-05-31T10:10:25.000Z (over 6 years ago)
- Last Synced: 2024-04-27T22:34:16.354Z (7 months ago)
- Language: Shell
- Size: 157 KB
- Stars: 173
- Watchers: 14
- Forks: 45
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# youtube-dl-mp3
Downloads videos from YouTube and convert them to mp3.
> This script is not necessary since youtube-dl already provides audio extration out-of-the-box. More info https://github.com/jweslley/youtube-dl-mp3/issues/6
## Installation
Just copy the `youtube-dl-mp3` script to somewhere in your `$PATH` (try /usr/local/bin).
## Requirements
* [youtube-dl](https://github.com/rg3/youtube-dl)
* wget
* ffmpeg
* lameOn Ubuntu, these requirements can be installed using this comand:
apt-get install youtube-dl wget ffmpeg lame
## Usage
youtube-dl-mp3 "video-url"
Example:
youtube-dl-mp3 "http://www.youtube.com/watch?v=0714IbwC3HA"
You also can download all songs from a playlist at once:
youtube-dl-mp3 "http://www.youtube.com/playlist?list=PL35104532FCBAE989"
## Bugs and Feedback
If you discover any bugs or have some idea, feel free to create an issue on GitHub:
## License
MIT License. Copyright (c) 2012 [Jonhnny Weslley]()