mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-03 20:37:08 -05:00 
			
		
		
		
	[downloader/http] Remove wrong '_hook_progress' call (fixes #5117)
This commit is contained in:
		@@ -218,12 +218,6 @@ class HttpFD(FileDownloader):
 | 
			
		||||
        if tmpfilename != '-':
 | 
			
		||||
            stream.close()
 | 
			
		||||
 | 
			
		||||
        self._hook_progress({
 | 
			
		||||
            'downloaded_bytes': byte_counter,
 | 
			
		||||
            'total_bytes': data_len,
 | 
			
		||||
            'tmpfilename': tmpfilename,
 | 
			
		||||
            'status': 'error',
 | 
			
		||||
        })
 | 
			
		||||
        if data_len is not None and byte_counter != data_len:
 | 
			
		||||
            raise ContentTooShortError(byte_counter, int(data_len))
 | 
			
		||||
        self.try_rename(tmpfilename, filename)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user