1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-19 11:39:28 +00:00

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

View file

@ -2371,7 +2371,7 @@ def make_HTTPS_handler(params, **kwargs):
return YoutubeDLHTTPSHandler(params, context=context, **kwargs) return YoutubeDLHTTPSHandler(params, context=context, **kwargs)
def bug_reports_message(): def bug_reports_message(before=';'):
if ytdl_is_updateable(): if ytdl_is_updateable():
update_cmd = 'type youtube-dl -U to update' update_cmd = 'type youtube-dl -U to update'
else: else: