mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-08-14 06:34:14 +09:00
Remove initial space that is added in l.2391 if needed.Update youtube_dl/utils.py
This commit is contained in:
parent
9ae12dc250
commit
6c9912e834
@ -2378,7 +2378,7 @@ def bug_reports_message(before=';'):
|
|||||||
update_cmd = 'see https://github.com/ytdl-org/youtube-dl/#user-content-installation on how to update'
|
update_cmd = 'see https://github.com/ytdl-org/youtube-dl/#user-content-installation on how to update'
|
||||||
|
|
||||||
msg = (
|
msg = (
|
||||||
' please report this issue on https://github.com/ytdl-org/youtube-dl/issues ,'
|
'please report this issue on https://github.com/ytdl-org/youtube-dl/issues ,'
|
||||||
' using the appropriate issue template.'
|
' using the appropriate issue template.'
|
||||||
' Make sure you are using the latest version; %s.'
|
' Make sure you are using the latest version; %s.'
|
||||||
' Be sure to call youtube-dl with the --verbose option and include the complete output.'
|
' Be sure to call youtube-dl with the --verbose option and include the complete output.'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user