carch-web-ui/README.md

24 lines
688 B
Markdown
Raw Permalink Normal View History

2023-10-04 20:31:35 +00:00
![yt-dlp-web logo](static/img/logo05background.png)
2023-10-04 03:40:52 +00:00
# yt-dlp-web-ui
2023-08-16 16:35:20 +00:00
2023-10-04 13:52:11 +00:00
## 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
2023-10-04 03:39:43 +00:00
Requirements:
2023-08-16 16:35:20 +00:00
2023-10-04 13:52:11 +00:00
Set up yt-dlp-web-api
Clone this repository
Configure the apiurl variable in static/js/custom.js to point to your yt-dlp-web-api instance
2023-08-16 16:35:20 +00:00
2023-10-04 13:52:11 +00:00
Install node/npm
2023-08-16 16:35:20 +00:00
2023-11-18 00:39:32 +00:00
`npm install --omit=dev`
2023-08-16 16:35:20 +00:00
2023-10-04 03:39:43 +00:00
That's all!
2023-08-16 16:35:20 +00:00
2023-10-04 03:40:52 +00:00
Once this code is hosted, add the host url to allowedorigins in conf.json in yt-dlp-web and reload the server
2023-11-18 00:39:32 +00:00
# License
This code is distributed under [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html)