Compare commits
2 Commits
4e7fb22621
...
v1.0.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 65c8e1be3c | |||
| c8d9331222 |
@@ -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.
|
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
|
## License
|
||||||
|
|
||||||
MIT © [w33ble](https://github.com/w33ble)
|
MIT © [w33ble](https://github.com/w33ble)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "youtube-dl-web",
|
"name": "youtube-dl-web",
|
||||||
"version": "0.0.0",
|
"version": "1.0.1",
|
||||||
"description": "youtube-dl wrapped in a simple web server",
|
"description": "youtube-dl wrapped in a simple web server",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user