mirror of
				https://github.com/ytdl-org/youtube-dl
				synced 2025-10-31 01:33:15 +00:00 
			
		
		
		
	[downloader/http] Add missing fields for _hook_progress call
It would fail if you run 'youtube-dl --no-part URL' a second time when the file has already been downloaded. (Reported in Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=1195779)
This commit is contained in:
		
							parent
							
								
									123397317c
								
							
						
					
					
						commit
						f28fe66970
					
				| @ -92,6 +92,8 @@ class HttpFD(FileDownloader): | |||||||
|                             self._hook_progress({ |                             self._hook_progress({ | ||||||
|                                 'filename': filename, |                                 'filename': filename, | ||||||
|                                 'status': 'finished', |                                 'status': 'finished', | ||||||
|  |                                 'downloaded_bytes': resume_len, | ||||||
|  |                                 'total_bytes': resume_len, | ||||||
|                             }) |                             }) | ||||||
|                             return True |                             return True | ||||||
|                         else: |                         else: | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Jaime Marquínez Ferrándiz
						Jaime Marquínez Ferrándiz