From 7904904a373567c405b89fb10ea710a40c00775a Mon Sep 17 00:00:00 2001 From: Marco <35533749+marcopeocchi@users.noreply.github.com> Date: Tue, 9 Jan 2024 14:49:01 +0100 Subject: [PATCH] Update README.md --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index bb4d2fc..985bdae 100644 --- a/README.md +++ b/README.md @@ -74,20 +74,10 @@ The currently avaible settings are: ## Format selection -![fs1](https://i.ibb.co/8dgS6ym/image.png) - This feature is disabled by default as this intended to be used to retrieve the best quality automatically. To enable it just go to the settings page and enable the **Enable video/audio formats selection** flag! -Future releases will have: -- ~~Multi download~~ *done* -- ~~Exctract audio~~ *done* -- ~~Format selection~~ *done* -- ~~Download archive~~ *done* -- ~~ARM Build~~ *done available through ghcr.io* -- Playlist support - ## Troubleshooting - **It says that it isn't connected/ip in the header is not defined.** - You must set the server ip address in the settings section (gear icon). @@ -96,7 +86,6 @@ Future releases will have: ## [Docker](https://github.com/marcopeocchi/yt-dlp-web-ui/pkgs/container/yt-dlp-web-ui) installation ```sh -# recomended for ARM and x86 devices docker pull marcobaobao/yt-dlp-webui docker run -d -p 3033:3033 -v :/downloads marcobaobao/yt-dlp-webui ```