mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	Add --max-sleep-interval (Closes #9930)
This commit is contained in:
		 singh-pratyush96
					singh-pratyush96
				
			
				
					committed by
					
						 Sergey M․
						Sergey M․
					
				
			
			
				
	
			
			
			 Sergey M․
						Sergey M․
					
				
			
						parent
						
							3a380766d1
						
					
				
				
					commit
					065bc35489
				
			| @@ -249,7 +249,11 @@ class YoutubeDL(object): | ||||
|     source_address:    (Experimental) Client-side IP address to bind to. | ||||
|     call_home:         Boolean, true iff we are allowed to contact the | ||||
|                        youtube-dl servers for debugging. | ||||
|     sleep_interval:    Number of seconds to sleep before each download. | ||||
|     sleep_interval:    Minimum number of seconds to sleep before each download. | ||||
|                        Sleep will be for a random interval if --max-sleep-interval is also passed. | ||||
|     max_sleep_interval:Max number of seconds to sleep before each download. | ||||
|                        Sleep will be for a random interval if passed along with --min-sleep-interval | ||||
|                        or --sleep-interval, otherwise ignored. | ||||
|     listformats:       Print an overview of available video formats and exit. | ||||
|     list_thumbnails:   Print a table of all thumbnails and exit. | ||||
|     match_filter:      A function that gets called with the info_dict of | ||||
|   | ||||
		Reference in New Issue
	
	Block a user