e9088d1878b2b94adb72b7023f11a2f6b5f3a123
yt-dlp Web UI
A not so terrible web ui for yt-dlp.
Created for the only purpose of consume videos from my server/nas.
I will eventually make this better as soon as I can. Not in the immediate.
Changelog:
27/01/22: Multidownload implemented!
26/01/22: Multiple downloads are being implemented. Maybe by next release they will be there.
Refactoring and JSDoc.
04/01/22: Background jobs now are retrieved!! It's still rudimentary but it leverages on yt-dlp resume feature
Now with dark mode
Settings
The avaible settings are currently only:
- Server address
- Switch theme
- Extract audio
Future releases will have:
Multi downloadexperimentalExctract audiodone- Format selection
Docker installation
docker pull marcobaobao/yt-dlp-webui:latest
docker run -d -p 3022:3022 -v <your dir>:/usr/src/yt-dlp-webui/downloads marcobaobao/yt-dlp-webui
or
docker build -t yt-dlp-webui .
docker run -d -p 3022:3022 -v <your dir>:/usr/src/yt-dlp-webui/downloads yt-dlp-webui
Manual installation
npm i
npm run build
npm run fetch
// edit the settings.json specifying the download path or
// it will default to the following created folder
mkdir downloads
node server.js
Todo list
retrieve background tasks- better ui/ux
Languages
Go
78.4%
TypeScript
14%
Nix
6.4%
Dockerfile
0.8%
Makefile
0.4%