diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-03-11 19:35:26 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-03-11 19:40:15 +0530 |
commit | 592b748582f67309ac79670ba6a4bb7a62c4506f (patch) | |
tree | aa355792f829f60a720ecaa16dab491aba5d6f6a /yt_dlp/utils.py | |
parent | cf4f42cb9776eaa3166d2d234c3ec7651f05d7a9 (diff) | |
download | hypervideo-pre-592b748582f67309ac79670ba6a4bb7a62c4506f.tar.lz hypervideo-pre-592b748582f67309ac79670ba6a4bb7a62c4506f.tar.xz hypervideo-pre-592b748582f67309ac79670ba6a4bb7a62c4506f.zip |
[cleanup] Minor cleanup
Closes #3006
Diffstat (limited to 'yt_dlp/utils.py')
-rw-r--r-- | yt_dlp/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/utils.py b/yt_dlp/utils.py index 38aeb6918..c9b57c2f0 100644 --- a/yt_dlp/utils.py +++ b/yt_dlp/utils.py @@ -1029,7 +1029,7 @@ def make_HTTPS_handler(params, **kwargs): def bug_reports_message(before=';'): msg = ('please report this issue on https://github.com/yt-dlp/yt-dlp , ' - 'filling out the "Broken site" issue template properly. ' + 'filling out the appropriate issue template. ' 'Confirm you are on the latest version using yt-dlp -U') before = before.rstrip() |