mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	This commit is contained in:
		| @@ -133,6 +133,12 @@ def _real_main(argv=None): | ||||
|         parser.error('TV Provider account username missing\n') | ||||
|     if opts.outtmpl is not None and (opts.usetitle or opts.autonumber or opts.useid): | ||||
|         parser.error('using output template conflicts with using title, video ID or auto number') | ||||
|     if opts.autonumber_size is not None: | ||||
|         if opts.autonumber_size <= 0: | ||||
|             parser.error('auto number size must be positive') | ||||
|     if opts.autonumber_start is not None: | ||||
|         if opts.autonumber_start < 0: | ||||
|             parser.error('auto number start must be positive or 0') | ||||
|     if opts.usetitle and opts.useid: | ||||
|         parser.error('using title conflicts with using video ID') | ||||
|     if opts.username is not None and opts.password is None: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user