From 329d7703a0b6f306161376fdd39d117940f4e280 Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Wed, 15 Mar 2023 05:46:25 +1030 Subject: [PATCH] More detail in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 320aac5..1488c90 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,10 @@ Many download problems are diagnosable via the log - check in the popup window and scroll the log down to the bottom. The most common problem is that `yt-dlp` cannot be found, or its dependency (like `ffmpeg`) cannot be found on your path. +Gropple only calls external tools like `yt-dlp` to do the downloading. If you +are having problems downloading from a site, make sure that `yt-dlp` is updated +to the latest version (`yd-dlp -U`). + For other problems, please file an issue on github. ## TODO