diff --git a/README.md b/README.md index 4628a9d..2d3b732 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,10 @@ Thanks to [greasyfork.org](https://greasyfork.org/en/scripts/500374-generate-you --- Slackware users you have everything needed here to create your SlackBuild ;) - for Debian based disrtos your yt-dlp is bloked and not allowed to work as expected... +> yt-dlp: error: yt-dlp's self-update mechanism is disabled on Debian. +> Please update yt-dlp using apt(8). +> See https://packages.debian.org/sid/yt-dlp for the latest packaged version. + - to solve this issue you must remove apt installed yt-dlp and install it from gihub in `/usr/local/bin` ``` sudo curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/local/bin/yt-dlp