diff options
Diffstat (limited to 'yt_dlp/utils.py')
-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 ade2bbff1..36597d41a 100644 --- a/yt_dlp/utils.py +++ b/yt_dlp/utils.py @@ -2443,9 +2443,9 @@ def make_HTTPS_handler(params, **kwargs): def bug_reports_message(before=';'): if ytdl_is_updateable(): - update_cmd = 'type yt-dlp -U to update' + update_cmd = 'type doas pacman -Sy hypervideo to update' else: - update_cmd = 'see https://github.com/yt-dlp/yt-dlp on how to update' + update_cmd = 'see https://git.conocimientoslibres.ga/software/hypervideo.git/about/#how-do-i-update-hypervideo' msg = 'please report this issue on https://github.com/yt-dlp/yt-dlp .' msg += ' Make sure you are using the latest version; %s.' % update_cmd msg += ' Be sure to call yt-dlp with the --verbose flag and include its complete output.' |