Docker部署yt-dlp 一、简介 一个简单的网站视频下载工具 二、安装yt-dlp 绿联DX4600 为例,首先我们打开 Docker 管理器,进入镜像管理,然后在镜像仓库中搜索marcobaobao/yt-dlp-webui,选择latest 版本并下载。 下载完成后,我们在本地镜像中找到刚刚下载的镜像,点击创建容器,起一个英文名,勾选创建...
yt-dlp在本地命令行操作太麻烦,看社区有人分享使用yt-dlp-webui实现可视化操作,实际使用后感觉页面太丑,可配置性太低,操作也比较反人类,所有找了个顺手点的替代:Metube,下面是以绿联DX4600为例的部署步骤。 镜像下载及容器配置 选择latest(最新)版本 下载完成后,在本地镜像中找到刚下载的镜像,点击创建容器,取个...
As before server address is not specified or simply yt-dlp process takes a lot of time to fire up. (Forking yt-dlp isn't fast especially if you have a lower-end/low-power NAS/server/desktop where the server is running) Docker installation docker pull marcobaobao/yt-dlp-webui docker ru...
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 ...
rustreactjsyoutube-dlyoutube-dl-webuiyt-dlpyt-dlp-gui UpdatedApr 23, 2022 Rust A yt-dlp GUI focused on trimming Youtube Videos using timestamps. pythonvisual-studiovisual-basicyoutube-dlvideo-downloaderyoutube-downloaderyoutube-dlcyt-dlpyt-dlp-gui ...
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 ...
A terrible web ui for yt-dlp 🙄. Designed to be self-hosted. - Workflow runs · mchangrh/yt-dlp-web-ui
Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} yt-dlp / yt-dlp Public Notifications You must be signed in to change notification settings Fork 6.4k Star ...
yt-dlp Web UI A not so terrible web ui for yt-dlp. Created for the only purpose offetchingvideos 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). ...