A other Web UI for yt-dlp ! With nice options ! https://github.com/Raynoxis/yt-dlp-Web-Interface
10K+


Modern, hardened web UI for downloading YouTube videos with conversion options and detailed status. Built on the excellent yt-dlpβ and fully containerized with Docker/Podman. Coded with my friend: Claude AI
docker pull raynoxis/yt-dlp-web-interface:latest
docker run -d -p 5000:5000 --name ytdlp-web raynoxis/yt-dlp-web-interface:latest
git clone https://github.com/Raynoxis/yt-dlp-Web-Interface.git
cd yt-dlp-Web-Interface
docker-compose up -d
Access the UI: http://localhost:5001β (Compose) or http://localhost:5000β (direct run).
Persist downloads:
docker run -d -p 5000:5000 \
-v ./downloads:/app/downloads \
--name ytdlp-web \
raynoxis/yt-dlp-web-interface:latest
Build from source (optional):
git clone https://github.com/Raynoxis/yt-dlp-Web-Interface.git
cd yt-dlp-Web-Interface
docker build -t raynoxis/yt-dlp-web-interface .
docker run -d -p 5000:5000 --name ytdlp-web raynoxis/yt-dlp-web-interface
This project is under the MIT License. See LICENSEβ for details.
This tool is for personal and educational use. Respect YouTube's terms of service and your local copyright laws.
Raynoxis - GitHubβ
Project link: https://github.com/Raynoxis/yt-dlp-Web-Interfaceβ
Content type
Image
Digest
sha256:5b855fb1bβ¦
Size
286.6 MB
Last updated
9 months ago
docker pull raynoxis/yt-dlp-web-interface