aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/utils.py')
-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 87dd04e23..d696bf3ab 100644
--- a/yt_dlp/utils.py
+++ b/yt_dlp/utils.py
@@ -1043,9 +1043,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(('.', '!', '?')):