diff options
author | pukkandan <pukkandan@gmail.com> | 2021-01-14 21:08:27 +0530 |
---|---|---|
committer | pukkandan <pukkandan@gmail.com> | 2021-01-14 21:51:14 +0530 |
commit | 17fa3ee25f8e40c49a48a5e34456d8965efbb21d (patch) | |
tree | 1e8b09c5024d3c4b4207cc79059601d7362c31b3 /youtube_dlc/utils.py | |
parent | 2e8d2629f3dc143446dc65c912c9405323e2b0c1 (diff) | |
download | hypervideo-pre-17fa3ee25f8e40c49a48a5e34456d8965efbb21d.tar.lz hypervideo-pre-17fa3ee25f8e40c49a48a5e34456d8965efbb21d.tar.xz hypervideo-pre-17fa3ee25f8e40c49a48a5e34456d8965efbb21d.zip |
Documentation fixes
* Change all links to point to new fork URL
* Changed sponskrub links to my fork of the same
* Other typos
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 cf9d8258a..a374a31bf 100644 --- a/youtube_dlc/utils.py +++ b/youtube_dlc/utils.py @@ -2332,8 +2332,8 @@ def bug_reports_message(): if ytdl_is_updateable(): update_cmd = 'type youtube-dlc -U to update' else: - update_cmd = 'see https://github.com/pukkandan/yt-dlc on how to update' - msg = '; please report this issue on https://github.com/pukkandan/yt-dlc .' + update_cmd = 'see https://github.com/pukkandan/yt-dlp on how to update' + msg = '; please report this issue on https://github.com/pukkandan/yt-dlp .' 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 |