mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-07-24 04:14:16 +09:00
Merge d599bed9aaac35d120c33674245c799b1445f52a into 00ef748cc0e35ee60efd0f7a00e373ab8d1af86b
This commit is contained in:
commit
6262c2e008
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user