yt-dlp在本地命令行操作太麻烦,看社区有人分享使用yt-dlp-webui实现可视化操作,实际使用后感觉页面太丑,可配置性太低,操作也比较反人类,所有找了个顺手点的替代:Metube,下面是以绿联DX4600为例的部署步骤。 镜像下载及容器配置 选择latest(最新)版本 下载完成后,在本地镜像中找到刚下载的镜像,点击创建容器,取个...
二、安装yt-dlp 绿联DX4600 为例,首先我们打开 Docker 管理器,进入镜像管理,然后在镜像仓库中搜索marcobaobao/yt-dlp-webui,选择latest 版本并下载。 下载完成后,我们在本地镜像中找到刚刚下载的镜像,点击创建容器,起一个英文名,勾选创建后启动容器,点击下一步。 在基础设置中,重启...
Modern universal media downloader with sleek dark UI. Download from 1000+ sites including YouTube, Instagram, TikTok & more. Features quality selection, cookie authentication, real-time progress tracking, and automatic file cleanup for privacy. Built with Flask and yt-dlp. For educational purposes ...
pyinstaller--name=yt-dlp-gui--clean-y app.py--icon ./ui/assets/yt-dlp-gui.ico--noconsole The executable will be ready at: ./dist/yt-dlp-gui Manual YoumusthavePython3.9+ installed. Clone the repository onto your local machine:
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 an example and yt-dlp in $PATH ...
A terrible web ui for yt-dlp 🙄. Designed to be self-hosted. - yt-dlp-web-ui/server at master · dj3500/yt-dlp-web-ui
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 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...
or anything else that concerns the workings of the underlying yt-dlp library, need not be opened on the MeTube project. In order to debug and troubleshoot them, it's advised to try using the yt-dlp binary directly first, bypassing the UI, and once that is working, importing the options...
docker pull marcobaobao/yt-dlp-webui # latest stable docker pull ghcr.io/marcopeocchi/yt-dlp-web-ui:latest # latest dev version docker pull ghcr.io/marcopeocchi/yt-dlp-web-ui:master Integrated File browser Stream or download your content, easily. Changelog 05/03/22: Korean translation by...