mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[downloader/fragment] use the documented names for fragment progress_hooks fields
This commit is contained in:
		| @@ -376,7 +376,7 @@ class F4mFD(FragmentFD): | ||||
|         while fragments_list: | ||||
|             seg_i, frag_i = fragments_list.pop(0) | ||||
|             frag_index += 1 | ||||
|             if frag_index <= ctx['frag_index']: | ||||
|             if frag_index <= ctx['fragment_index']: | ||||
|                 continue | ||||
|             name = 'Seg%d-Frag%d' % (seg_i, frag_i) | ||||
|             query = [] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Remita Amine
					Remita Amine