diff --git a/README.md b/README.md index 4d451ec..277f957 100644 --- a/README.md +++ b/README.md @@ -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: