From db731053fcb2ddf9ddb725dd18cca701de6e0be1 Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Tue, 31 Dec 2019 14:44:28 -0700 Subject: [PATCH] docs: add url usage example --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b54a4d4..385545f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,11 @@ Meant to be used with Docker, but it would work locally if you have [youtube-dl] 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. For example: + +```text +http://localhost:8080?url=https://www.youtube.com/watch?v=YE7VzlLtp-4 +``` ### Automatic cleanup