mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[downloader/fragment] use the documented names for fragment progress_hooks fields
This commit is contained in:
		| @@ -227,7 +227,7 @@ class IsmFD(FragmentFD): | ||||
|         frag_index = 0 | ||||
|         for i, segment in enumerate(segments): | ||||
|             frag_index += 1 | ||||
|             if frag_index <= ctx['frag_index']: | ||||
|             if frag_index <= ctx['fragment_index']: | ||||
|                 continue | ||||
|             count = 0 | ||||
|             while count <= fragment_retries: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Remita Amine
					Remita Amine