mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[downloader/fragment] remove unused code
This commit is contained in:
		| @@ -232,10 +232,6 @@ class IsmFD(FragmentFD): | ||||
|             count = 0 | ||||
|             while count <= fragment_retries: | ||||
|                 try: | ||||
|                     success = ctx['dl'].download(target_filename, { | ||||
|                         'url': segment_url, | ||||
|                         'http_headers': info_dict.get('http_headers'), | ||||
|                     }) | ||||
|                     success, frag_content = self._download_fragment(ctx, segment['url'], info_dict) | ||||
|                     if not success: | ||||
|                         return False | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Remita Amine
					Remita Amine