mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 05:37:07 -05:00 
			
		
		
		
	[downloader/fragment] Commit part file after each fragment
In order to obtain correct resume_len on next iteration
This commit is contained in:
		@@ -107,6 +107,7 @@ class FragmentFD(FileDownloader):
 | 
			
		||||
    def _append_fragment(self, ctx, frag_content):
 | 
			
		||||
        try:
 | 
			
		||||
            ctx['dest_stream'].write(frag_content)
 | 
			
		||||
            ctx['dest_stream'].flush()
 | 
			
		||||
        finally:
 | 
			
		||||
            if self.__do_ytdl_file(ctx):
 | 
			
		||||
                self._write_ytdl_file(ctx)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user