mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 05:37:07 -05:00 
			
		
		
		
	[commonmistakes] Correct logic error
This commit is contained in:
		@@ -24,6 +24,6 @@ class CommonMistakesIE(InfoExtractor):
 | 
			
		||||
            'That doesn\'t make any sense. '
 | 
			
		||||
            'Simply remove the parameter in your command or configuration.'
 | 
			
		||||
        ) % url
 | 
			
		||||
        if self._downloader.params.get('verbose'):
 | 
			
		||||
        if not self._downloader.params.get('verbose'):
 | 
			
		||||
            msg += ' Add -v to the command line to see what arguments and configuration youtube-dl got.'
 | 
			
		||||
        raise ExtractorError(msg, expected=True)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user