enrilinux d665203c9c
Build and Push Docker Image / build-and-push (push) Failing after 40s
Update .gitea/workflows/publish-package.yml
2026-09-12 10:18:41 +00:00
2026-07-19 21:52:02 +02:00
2026-03-08 20:18:04 +01:00
2026-03-09 18:44:52 +01:00
2026-03-09 20:05:58 +01:00
2026-03-14 17:29:16 +01:00
2026-03-08 20:07:59 +01:00
2026-03-10 19:06:26 +01:00
2026-03-10 19:09:48 +01:00
2026-03-08 12:54:08 +01:00

WebDLP

Logo

WebDLP is a Docker app that uses yt-dlp for download videos from YouTube and many other platforms.

How to install:

Use Docker run:

docker run -d \
  --name webdlp \
  -p 8000:8000 \
  -v ./downloads:/app/downloads \
  enrilinux/webdlp:latest

or use Docker Compose:

services:
  webdlp:
    image: enrilinux/webdlp:latest
    ports:
      - 8000:8000
    volumes:
      - ./downloads:/app/downloads

Access the Web Interface:

http://localhost:8000
S
Description
WebUI for yt-dlp running on Docker
Readme GPL-3.0
163 KiB
Languages
Python 57.9%
HTML 35.2%
Dockerfile 6.9%