diff options
author | Jesús <heckyel@hyperbola.info> | 2022-04-06 00:55:27 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-04-06 00:55:27 +0800 |
commit | d625c9efd7256363c151985dbeb707fc1c20e00a (patch) | |
tree | b2224357e5e21a72be8e1300048edd5a93d5299d | |
parent | 0175a0f5103e3cbd7997e4c5981c08832a9d86e0 (diff) | |
download | hypervideo-pre-d625c9efd7256363c151985dbeb707fc1c20e00a.tar.lz hypervideo-pre-d625c9efd7256363c151985dbeb707fc1c20e00a.tar.xz hypervideo-pre-d625c9efd7256363c151985dbeb707fc1c20e00a.zip |
update issues URL
-rw-r--r-- | yt_dlp/utils.py | 4 |
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(('.', '!', '?')): |