From 8d55e439491b937e08557a84036fce8d0c240cfb Mon Sep 17 00:00:00 2001 From: dirkf Date: Fri, 5 Apr 2024 13:26:14 +0100 Subject: [PATCH] Bring utils.py into the PR Skip CI --- youtube_dl/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: