Update README.md
This commit is contained in:
parent
d608dea4ab
commit
bda1f16ae5
10
README.md
10
README.md
|
@ -1,10 +1,16 @@
|
||||||
# yt-dlp-web-ui
|
# 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:
|
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`
|
`npm install`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue