Skip to content

Commit

Permalink
Bring utils.py into the PR
Browse files Browse the repository at this point in the history
Skip CI
  • Loading branch information
dirkf committed Apr 5, 2024
1 parent aaaf18a commit 8d55e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/utils.py
Expand Up @@ -2371,7 +2371,7 @@ def set_alpn_protocols(ctx):
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:
Expand Down

0 comments on commit 8d55e43

Please sign in to comment.