前言 yt-dlp在本地命令行操作太麻烦,看社区有人分享使用yt-dlp-webui实现可视化操作,实际使用后感觉页面太丑,可配置性太低,操作也比较反人类,所有找了个顺手点的替代:Metube,下面是以绿联DX4600为例的部署步骤。 镜像下载及容器配置 选择latest(最新)版本 下载完成后,在本地镜像中找到刚下载的镜像,点击创建容器,...
yt-dlp Web UI A not so terrible web ui for yt-dlp. Created for the only purpose of fetching videos from my server/nas. Intended to be used with docker and in standalone mode. 😎👍 Developed to be as lightweight as possible (because my server is basically an intel atom sbc). The...
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:...
二、安装yt-dlp 绿联DX4600 为例,首先我们打开 Docker 管理器,进入镜像管理,然后在镜像仓库中搜索marcobaobao/yt-dlp-webui,选择latest 版本并下载。 下载完成后,我们在本地镜像中找到刚刚下载的镜像,点击创建容器,起一个英文名,勾选创建后启动容器,点击下一步。 在基础设置中,重启...
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/local/bin/yt-dlp-webui # /home/user/downloads as ...
A terrible web ui for yt-dlp 🙄. Designed to be self-hosted. - yt-dlp-web-ui/server at master · dj3500/yt-dlp-web-ui
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
go build -o yt-dlp-webui main.go CGO_ENABLED=0 go build -o yt-dlp-webui main.go all: cd frontend && pnpm build && cd .. go build -o yt-dlp-webui main.go CGO_ENABLED=0 go build -o yt-dlp-webui main.go multiarch: GOOS=linux GOARCH=arm go build -o yt-dlp-webui_linux...
yt-dlp Web UI A not so terrible web ui for yt-dlp. Created for the only purpose of fetching videos from my server/nas. Intended to be used with docker and in standalone mode. 😎👍 Developed to be as lightweight as possible (because my server is basically an intel atom sbc). The...
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/local/bin/yt-dlp-webui # /home/user/downloads as ...