Remove initial space that is added in l.2391 if needed.Update youtube_dl/utils.py

This commit is contained in:
dirkf 2024-04-05 14:49:33 +01:00 committed by GitHub
parent 9ae12dc250
commit 6c9912e834
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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'
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.'
' Make sure you are using the latest version; %s.'
' Be sure to call youtube-dl with the --verbose option and include the complete output.'