diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py index 083446342..167523ad5 100644 --- a/youtube_dl/utils.py +++ b/youtube_dl/utils.py @@ -2371,7 +2371,7 @@ def make_HTTPS_handler(params, **kwargs): return YoutubeDLHTTPSHandler(params, context=context, **kwargs) -def bug_reports_message(): +def bug_reports_message(before=';'): if ytdl_is_updateable(): update_cmd = 'type youtube-dl -U to update' else: