Compare commits

..

2 Commits

Author SHA1 Message Date
919acd90b7 chore: build youtube-dl from source 2019-11-27 14:11:54 -07:00
c8d9331222 chore: add docker hub instructions 2019-11-27 14:11:50 -07:00

View File

@@ -15,6 +15,14 @@ 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
```sh
docker build . -t youtube-dl
docker tag youtube-dl USERNAME/youtube-dl:latest
docker push USERNAME/youtube-dl:latest
```
## License
MIT © [w33ble](https://github.com/w33ble)