1
0
Fork 0

Standardize write_debug

This commit is contained in:
pukkandan 2021-05-14 13:15:29 +05:30
commit 0760b0a7e2
No known key found for this signature in database
GPG key ID: 0F00D95A001F4698
5 changed files with 34 additions and 34 deletions

View file

@ -27,7 +27,7 @@ class CommonMistakesIE(InfoExtractor):
'Simply remove the parameter in your command or configuration.'
) % url
if not self._downloader.params.get('verbose'):
msg += ' Add -v to the command line to see what arguments and configuration yt-dlp got.'
msg += ' Add -v to the command line to see what arguments and configuration yt-dlp has'
raise ExtractorError(msg, expected=True)