mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:30:46 +00:00 
			
		
		
		
	@@ -134,6 +134,8 @@ class FragmentFD(FileDownloader):
 | 
			
		||||
        return True
 | 
			
		||||
 | 
			
		||||
    def _read_fragment(self, ctx):
 | 
			
		||||
        if not ctx.get('fragment_filename_sanitized'):
 | 
			
		||||
            return None
 | 
			
		||||
        try:
 | 
			
		||||
            down, frag_sanitized = self.sanitize_open(ctx['fragment_filename_sanitized'], 'rb')
 | 
			
		||||
        except FileNotFoundError:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user