docker run -d -p 3033:3033 -v <your dir>:/downloads ghcr.io/marcopeocchi/yt-dlp-web-ui:latest # or even docker pull ghcr.io/marcopeocchi/yt-dlp-web-ui:latest docker create --name yt-dlp-webui -p 8082:3033 -v <your dir>:/downloads ghcr.io/marcopeocchi/yt-dlp-web-ui:...
为了解决这一痛点,开源Docker项目yt-dlp-web-ui应运而生,它为用户提供了一种自托管的解决方案,可以轻松将来自油管、B站、网易云、播客等1000多个平台的内容下载到本地NAS上,真正将这些数字宝藏搬进家中。 yt-dlp-web-ui的核心优势在于其基于yt-dlp这一强大的下载引擎,支持数百个流媒体网站,方便了用户获取所需内容...
Just a GUI version of yt-dlp. yt-dlp-gui UpdatedJan 28, 2025 Python A web-based user interface for yt-dlp, allowing easy video downloads from YouTube and other supported platforms. dockeryoutubedocker-composereactjsyoutube-videoyoutube-dlself-hostedyoutube-downloaderhomelabtailwindcssyoutube-...
Web GUI for youtube-dl (using theyt-dlpfork) with playlist support. Allows you to download videos from YouTube anddozens of other sites. Run using Docker docker run -d -p 8081:8081 -v /path/to/downloads:/downloads ghcr.io/alexta69/metube ...
A terrible web ui and RPC server for yt-dlp. Designed to be self-hosted. - marcopeocchi-yt-dlp-web-ui/docker-compose.yml at master · ergoz/marcopeocchi-yt-dlp-web-ui
docker run -d \ --name youtube-dl \ -v youtube-dl_data:/config \ -v <PATH>:/downloads \ -e youtubedl_subscriptions=true \ -e youtubedl_watchlater=true \ -e youtubedl_quality=2160 \ -e youtubedl_webui=true \ -p 8080:8080 \ jeeaaasustest/youtube-dl ...
# Multi stage build Dockerfile # There's no point in using the edge (development branch of alpine) FROM alpine:3.17 AS build FROM golang:1.20-alpine AS build # folder structure WORKDIR /usr/src/yt-dlp-webui # install core dependencies @@ -15,7 +12,7 @@ RUN npm install RUN npm ru...
Or with docker but building the container manually. docker build -t yt-dlp-webui . docker run -d -p 3033:3033 -v <your dir>:/downloads yt-dlp-webui Prebuilt binaries installation # download the latest release from the releases page mv yt-dlp-webui_linux-[your_system_arch] /usr/loc...
docker pull marcobaobao/yt-dlp-webui docker run -d -p 3033:3033 -v <your dir>:/downloads marcobaobao/yt-dlp-webui Or with docker but building the container manually. docker build -t yt-dlp-webui . docker run -d -p 3033:3033 -v <your dir>:/downloads yt-dlp-webui docker run ...
docker pull marcobaobao/yt-dlp-webui docker run -d -p 3033:3033 -v <your dir>:/downloads marcobaobao/yt-dlp-webui Or with docker but building the container manually. docker build -t yt-dlp-webui . docker run -d -p 3033:3033 -v <your dir>:/downloads yt-dlp-webui docker run ...