mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[downloader] Pass info_dict to progress_hooks
				
					
				
			This commit is contained in:
		| @@ -67,7 +67,7 @@ class ExternalFD(FileDownloader): | ||||
|                     'downloaded_bytes': fsize, | ||||
|                     'total_bytes': fsize, | ||||
|                 }) | ||||
|             self._hook_progress(status) | ||||
|             self._hook_progress(status, info_dict) | ||||
|             return True | ||||
|         else: | ||||
|             self.to_stderr('\n') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan