mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[downloader] Fix write_debug
				
					
				
			This commit is contained in:
		| @@ -164,6 +164,9 @@ class FileDownloader(object): | |||||||
|     def report_error(self, *args, **kargs): |     def report_error(self, *args, **kargs): | ||||||
|         self.ydl.report_error(*args, **kargs) |         self.ydl.report_error(*args, **kargs) | ||||||
|  |  | ||||||
|  |     def write_debug(self, *args, **kargs): | ||||||
|  |         self.ydl.write_debug(*args, **kargs) | ||||||
|  |  | ||||||
|     def slow_down(self, start_time, now, byte_counter): |     def slow_down(self, start_time, now, byte_counter): | ||||||
|         """Sleep if the download speed is over the rate limit.""" |         """Sleep if the download speed is over the rate limit.""" | ||||||
|         rate_limit = self.params.get('ratelimit') |         rate_limit = self.params.get('ratelimit') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan