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
- Host: GitHub
- URL: https://github.com/angristan/youtube-dl-mp3
- Owner: angristan
- License: unlicense
- Created: 2015-08-13T18:57:05.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-01T12:35:19.000Z (almost 10 years ago)
- Last Synced: 2025-06-23T09:02:31.302Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 11
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.