From 7700b2526c03ec5c29dfd03057c0160cc8f71dc0 Mon Sep 17 00:00:00 2001 From: genio Date: Thu, 18 Nov 2021 21:51:26 +0100 Subject: [PATCH] updated readme --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 474a2fa..f270516 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ -## yt-dlp Web UI +# yt-dlp Web UI A terrible web ui for yt-dlp. -Created for the only purpose of *cough cough* k-pop videos from my server/nas. +Created for the only purpose of *cough cough* k-pop videos from my server/nas. +I will eventually make this better as soon as I can. Not in the immediate. yt -### Docker install +## Docker install ``` // download the yt-dl build and put it in the lib folder @@ -15,7 +16,7 @@ docker build -t yt-dlp-webui . docker run -d -p 3022:3022 yt-dlp-webui ``` -### Manual install +## Manual install ``` // download the yt-dl build and put it in the lib folder @@ -30,6 +31,6 @@ mkdir downloads node server.js ``` -### Todo list +## Todo list - retrieve background task - better ui/ux \ No newline at end of file