mirror of
				https://github.com/ytdl-org/youtube-dl
				synced 2025-11-04 11:43:47 +00:00 
			
		
		
		
	[options] Add --no-mark-watched (#5054)
This commit is contained in:
		
							parent
							
								
									66ca2cfddd
								
							
						
					
					
						commit
						90f794c6c3
					
				@ -174,6 +174,10 @@ def parseOpts(overrideArguments=None):
 | 
			
		||||
        '--mark-watched',
 | 
			
		||||
        action='store_true', dest='mark_watched', default=False,
 | 
			
		||||
        help='Mark videos watched (YouTube only)')
 | 
			
		||||
    general.add_option(
 | 
			
		||||
        '--no-mark-watched',
 | 
			
		||||
        action='store_false', dest='mark_watched', default=False,
 | 
			
		||||
        help='Do not mark videos watched (YouTube only)')
 | 
			
		||||
    general.add_option(
 | 
			
		||||
        '--no-color', '--no-colors',
 | 
			
		||||
        action='store_true', dest='no_color',
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user