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

https://github.com/angristan/youtube-dl-mp3

Simply convert a Youtube video into a .mp3 audio file using youtube-dl
https://github.com/angristan/youtube-dl-mp3

Last synced: 4 months ago
JSON representation

Simply convert a Youtube video into a .mp3 audio file using youtube-dl

Awesome Lists containing this project

README

          

# youtube-dl-mp3
Simply convert a Youtube video into a .mp3 320kb/s audio file.

## Installation

### Dependencies

- youtube-dl
- avconv

### Download

```
sudo wget https://raw.githubusercontent.com/Angristan/youtube-dl-mp3/master/youtube-dl-mp3 -P /usr/bin
sudo chmod 775 /usr/bin/youtube-dl-mp3`
```

### Remove
To remove just use delete the file :

`sudo rm /usr/bin/youtube-dl-mp3`

## Usage

`youtube-dl-mp3 "url"`

Exemple :

`youtube-dl-mp3 "https://www.youtube.com/watch?v=lsui2eBYfdc"`

## Licence

[The unlicense](https://github.com/Angristan/youtube-dl-mp3/blob/master/LICENSE) : do whatever you want with the code.