This is a fork of the original MeTube project, modified to support concurrent downloads. It retains all the core functionalities of the original MeTube, which provides a web GUI for youtube-dl (using the yt-dlp fork) with playlist support. With MeTube Concurrent, you can download videos from YouTube and many other sites more efficiently by utilizing concurrent downloads.
docker run -d -p 8081:8081 -v /path/to/downloads:/downloads notataco/metube:latest
version: "3"
services:
metube:
image: notataco/metube:latest
container_name: metube
restart: unless-stopped
ports:
- "8081:8081"
volumes:
- /path/to/downloads:/downloads
This version supports the same environment variables as the original MeTube, allowing you to customize the application to your needs, including user and group IDs, umask, download directories, and more.
1000.1000.022.light, dark, or auto. Defaults to auto./downloads.DOWNLOAD_DIR./downloads/.metube./downloads.For the full list of environment variables, refer to the original MeTube documentation.
MeTube Concurrent is compatible with the same browser extensions as the original MeTube, allowing for easy video download management directly from your browser.
Content type
Image
Digest
sha256:05ef617e6…
Size
114.4 MB
Last updated
over 1 year ago
docker pull notataco/metube