Bring utils.py into the PR

Skip CI
pull/32762/head
dirkf 1 month ago committed by GitHub
parent aaaf18a53f
commit 8d55e43949
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save