Update README.md

This commit is contained in:
WickedYoda 2025-09-30 15:08:22 -05:00
parent 588119d9eb
commit 7c28c974fe

View file

@ -3,6 +3,8 @@
![Build Status](https://github.com/alexta69/metube/actions/workflows/main.yml/badge.svg)
![Docker Pulls](https://img.shields.io/docker/pulls/alexta69/metube.svg)
This is a fork of a fork of a fork, but I had some issues which we could not get resolved. So I forked the repo and made the changes needed. Origional work is listed below.
Web GUI for youtube-dl (using the [yt-dlp](https://github.com/yt-dlp/yt-dlp) fork) with playlist support. Allows you to download videos from YouTube and [dozens of other sites](https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md).
![screenshot1](https://github.com/alexta69/metube/raw/master/screenshot.gif)
@ -10,7 +12,7 @@ Web GUI for youtube-dl (using the [yt-dlp](https://github.com/yt-dlp/yt-dlp) for
## 🐳 Run using Docker
```bash
docker run -d -p 8081:8081 -v /path/to/downloads:/downloads ghcr.io/alexta69/metube
docker run -d -p 8081:8081 -v /path/to/downloads:/downloads ghcr.io/wickedyoda/metube
```
## 🐳 Run using docker-compose
@ -18,7 +20,7 @@ docker run -d -p 8081:8081 -v /path/to/downloads:/downloads ghcr.io/alexta69/met
```yaml
services:
metube:
image: ghcr.io/alexta69/metube
image: ghcr.io/wickedyoda/metube
container_name: metube
restart: unless-stopped
ports: