Bring the power of the versatile yt-dlp video downloader to your browser. This project provides a straightforward web user interface and an RPC server, designed specifically to be hosted on your own server. Instead of wrestling with command-line arguments, you can now manage your video downloads through a simple, accessible web page.
This tool is ideal for anyone who wants a persistent, private video downloading service. Key features include:
It's a lightweight and focused solution for creating your personal, centralized video archival gateway.
services:
yt-dlp-webui:
image: marcobaobao/yt-dlp-webui:latest
container_name: yt-dlp-webui
environment:
- PUID=1000
- PGID=1000
- TZ=UTC
volumes:
- ./data:/app/data
- ./downloads:/app/downloads
ports:
- "3000:3000"
restart: unless-stopped
# No sensitive environment variables are required for the basic setup.
Auto-fetched 13 minutes ago
Auto-fetched 13 minutes ago