aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--yt_dlp/utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/yt_dlp/utils.py b/yt_dlp/utils.py
index 6663583fc..451aa18e1 100644
--- a/yt_dlp/utils.py
+++ b/yt_dlp/utils.py
@@ -1040,9 +1040,9 @@ def make_HTTPS_handler(params, **kwargs):
def bug_reports_message(before=';'):
- msg = ('please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , '
+ msg = ('please report this issue on https://issues.hyperbola.info/ , '
'filling out the appropriate issue template. '
- 'Confirm you are on the latest version using yt-dlp -U')
+ 'Confirm you are on the latest version using pacman -Su')
before = before.rstrip()
if not before or before.endswith(('.', '!', '?')):