mirror of
				https://github.com/ytdl-org/youtube-dl
				synced 2025-10-31 09:43:32 +00:00 
			
		
		
		
	Update options.py
This commit is contained in:
		
							parent
							
								
									c3deca86ae
								
							
						
					
					
						commit
						be35e5343a
					
				| @ -270,11 +270,11 @@ def parseOpts(overrideArguments=None): | ||||
|     selection.add_option( | ||||
|         '--match-title', | ||||
|         dest='matchtitle', metavar='REGEX', | ||||
|         help='Download only matching titles (regex or caseless sub-string)') | ||||
|         help='Download only matching titles (case-insensitive regex or sub-string)') | ||||
|     selection.add_option( | ||||
|         '--reject-title', | ||||
|         dest='rejecttitle', metavar='REGEX', | ||||
|         help='Skip download for matching titles (regex or caseless sub-string)') | ||||
|         help='Skip download for matching titles (case-insensitive regex or sub-string)') | ||||
|     selection.add_option( | ||||
|         '--max-downloads', | ||||
|         dest='max_downloads', metavar='NUMBER', type=int, default=None, | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Jacob Chapman
						Jacob Chapman