Bring utils.py into the PR

Skip CI
This commit is contained in:
dirkf 2024-04-05 13:26:14 +01:00 committed by GitHub
commit 8d55e43949
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: