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

https://github.com/xinsnake/docker-youtube2mp3

Container that take a YouTube Video URI and give you MP3 out
https://github.com/xinsnake/docker-youtube2mp3

Last synced: 3 months ago
JSON representation

Container that take a YouTube Video URI and give you MP3 out

Awesome Lists containing this project

README

        

# docker-youtube2mp3

simple example

```
docker run --rm -e "DOWNLOAD_URI=https://www.youtube.com/watch?v=XZmGGAbHqa0" -v $(pwd)/data:/data xinsnake/youtube2mp3
```