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
parent aaaf18a53f
commit 8d55e43949
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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: