Standardize write_debug
This commit is contained in:
parent
d908aa636a
commit
0760b0a7e2
5 changed files with 34 additions and 34 deletions
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue