Gain full control over your video downloading with a self-hosted web interface for the powerful yt-dlp engine. This tool provides a clean and simple UI to manage your video and audio downloads from YouTube and hundreds of other sites. It's designed for easy deployment using Docker or docker-compose, getting you up and running in minutes.
The system is highly configurable through environment variables, allowing you to tailor its behavior to your specific needs. Key features include:
yt-dlp.yt-dlp, ensuring compatibility with ever-changing video sites.services:
metube:
image: ghcr.io/alexta69/metube
container_name: metube
restart: unless-stopped
ports:
- "8081:8081"
volumes:
- ./downloads:/downloads
# MeTube does not require any sensitive credentials or secrets by default.
# All infrastructure configuration is handled via literal values in docker-compose.yml.
Auto-fetched about 24 hours ago
Auto-fetched about 24 hours ago