From bda1f16ae5f92236f9af475087ec7c62bdec216b Mon Sep 17 00:00:00 2001 From: Administrator Date: Wed, 4 Oct 2023 13:52:11 +0000 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6b54a5..285fd13 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,16 @@ # yt-dlp-web-ui +## This is a front end for [yt-dlp-web-api](https://gitlab.com/wizdevgirl1/yt-dlp-web-api). This provides an easy interface for downloading videos via yt-dlp and other functionality related to this + Requirements: -node/npm +Set up yt-dlp-web-api -How to: +Clone this repository + +Configure the apiurl variable in static/js/custom.js to point to your yt-dlp-web-api instance + +Install node/npm `npm install`