mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 10:07:08 -05:00 
			
		
		
		
	Do not use HTML characters in output
This messes up the format when people paste it outside of code tags.
This commit is contained in:
		@@ -87,7 +87,7 @@ def parseOpts(overrideArguments=None):
 | 
			
		||||
        for private_opt in ['-p', '--password', '-u', '--username', '--video-password']:
 | 
			
		||||
            try:
 | 
			
		||||
                i = opts.index(private_opt)
 | 
			
		||||
                opts[i+1] = '<PRIVATE>'
 | 
			
		||||
                opts[i+1] = 'PRIVATE'
 | 
			
		||||
            except ValueError:
 | 
			
		||||
                pass
 | 
			
		||||
        return opts
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user