mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	Fix --throttled-rate
				
					
				
			This commit is contained in:
		| @@ -2608,8 +2608,8 @@ class ThrottledDownload(ReExtractInfo): | |||||||
|     """ Download speed below --throttled-rate. """ |     """ Download speed below --throttled-rate. """ | ||||||
|     msg = 'The download speed is below throttle limit' |     msg = 'The download speed is below throttle limit' | ||||||
|  |  | ||||||
|     def __init__(self, msg): |     def __init__(self): | ||||||
|         super().__init__(msg, expected=False) |         super().__init__(self.msg, expected=False) | ||||||
|  |  | ||||||
|  |  | ||||||
| class UnavailableVideoError(YoutubeDLError): | class UnavailableVideoError(YoutubeDLError): | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan