Agie Ashwood eaf2cdf03f | ||
---|---|---|
static | ||
.gitignore | ||
README.md | ||
android-chrome-192x192.png | ||
android-chrome-512x512.png | ||
apple-touch-icon.png | ||
favicon-16x16.png | ||
favicon-32x32.png | ||
favicon.ico | ||
index.html | ||
package.json |
README.md
yt-dlp-web-ui
This is a front end for yt-dlp-web-api. This provides an easy interface for downloading videos via yt-dlp and other functionality related to this
Requirements:
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
Install node/npm
npm install --omit=dev
That's all!
Once this code is hosted, add the host url to allowedorigins in conf.json in yt-dlp-web and reload the server
License
This code is distributed under GPLv3