65c8e1be3c01a715dbc72cf42ea4cf2c036d43e0
youtube-dl-web
youtube-dl wrapped in a simple web server.
Usage
Meant to be used with Docker, but it would work locally if you have youtube-dl installed as well.
docker run -it --rm -p 8080:8080 -v $PWD/data:/app/data w33ble/youtube-dl-web
Then hit http://localhost:8080, passing in a url and optionally a format query parameter for where to download from.
Deploy to Docker Hub
docker build . -t youtube-dl
docker tag youtube-dl USERNAME/youtube-dl:latest
docker push USERNAME/youtube-dl:latest
License
MIT © w33ble
Description
Languages
JavaScript
87.8%
Dockerfile
12.2%