Merge d599bed9aaac35d120c33674245c799b1445f52a into 00ef748cc0e35ee60efd0f7a00e373ab8d1af86b

This commit is contained in:
dirkf 2023-10-18 03:16:48 -03:00 committed by GitHub
commit 6262c2e008
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2365,7 +2365,11 @@ def bug_reports_message():
update_cmd = 'type youtube-dl -U to update'
else:
update_cmd = 'see https://yt-dl.org/update on how to update'
msg = '; please report this issue on https://yt-dl.org/bug .'
msg = '; if you did not run the failing \'youtube-dl\' command yourself, '
msg += 'either directly or from a script that you control, please report '
msg += 'this issue to the owner of the application, service or script in '
msg += 'which this instance of \'youtube-dl\' is embedded; otherwise '
msg += 'please report this issue on https://yt-dl.org/bug .'
msg += ' Make sure you are using the latest version; %s.' % update_cmd
msg += ' Be sure to call youtube-dl with the --verbose flag and include its complete output.'
return msg