diff options
author | insaneracist <insaneracist@cyberdude.com> | 2020-10-31 02:40:11 -0700 |
---|---|---|
committer | insaneracist <insaneracist@cyberdude.com> | 2020-10-31 02:40:11 -0700 |
commit | 712799bd30f26ce1b8a2931a73cdc7448f736964 (patch) | |
tree | c7818f09b1d1efc70fae8c68924461d8375840b7 /youtube_dlc/utils.py | |
parent | 5b0a6a801084cced4b71c255270f53c881203ca8 (diff) | |
parent | 7fb5f2f29d99fa269988c6586558c7e9d21e432d (diff) | |
download | hypervideo-pre-712799bd30f26ce1b8a2931a73cdc7448f736964.tar.lz hypervideo-pre-712799bd30f26ce1b8a2931a73cdc7448f736964.tar.xz hypervideo-pre-712799bd30f26ce1b8a2931a73cdc7448f736964.zip |
Merge branch 'master' into youtube-mix-fix
Diffstat (limited to 'youtube_dlc/utils.py')
-rw-r--r-- | youtube_dlc/utils.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dlc/utils.py b/youtube_dlc/utils.py index 54a4ea2aa..f5dc1bdaf 100644 --- a/youtube_dlc/utils.py +++ b/youtube_dlc/utils.py @@ -2320,8 +2320,8 @@ def bug_reports_message(): if ytdl_is_updateable(): update_cmd = 'type youtube-dlc -U to update' else: - update_cmd = 'see https://yt-dl.org/update on how to update' - msg = '; please report this issue on https://yt-dl.org/bug .' + update_cmd = 'see https://github.com/blackjack4494/yt-dlc on how to update' + msg = '; please report this issue on https://github.com/blackjack4494/yt-dlc .' msg += ' Make sure you are using the latest version; %s.' % update_cmd msg += ' Be sure to call youtube-dlc with the --verbose flag and include its complete output.' return msg |