Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 630 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 630 Bytes

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 : do whatever you want with the code.