mirror of
				https://github.com/ytdl-org/youtube-dl
				synced 2025-10-30 17:23:31 +00:00 
			
		
		
		
	[downloader/http] Fix resume when writing ot stdout (closes #16699)
This commit is contained in:
		
							parent
							
								
									dc53c78634
								
							
						
					
					
						commit
						5d6c81b63f
					
				| @ -217,10 +217,11 @@ class HttpFD(FileDownloader): | ||||
|             before = start  # start measuring | ||||
| 
 | ||||
|             def retry(e): | ||||
|                 if ctx.tmpfilename != '-': | ||||
|                 to_stdout = ctx.tmpfilename == '-' | ||||
|                 if not to_stdout: | ||||
|                     ctx.stream.close() | ||||
|                 ctx.stream = None | ||||
|                 ctx.resume_len = os.path.getsize(encodeFilename(ctx.tmpfilename)) | ||||
|                 ctx.resume_len = byte_counter if to_stdout else os.path.getsize(encodeFilename(ctx.tmpfilename)) | ||||
|                 raise RetryDownload(e) | ||||
| 
 | ||||
|             while True: | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Sergey M․
						Sergey M․