mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 00:20:47 +00:00 
			
		
		
		
	[dash] Show fragment count with --live-from-start (#3493)
				
					
				
			Authored by: flashdagger
This commit is contained in:
		@@ -2407,6 +2407,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
 | 
			
		||||
                    last_segment_url = urljoin(fragment_base_url, 'sq/%d' % idx)
 | 
			
		||||
                    yield {
 | 
			
		||||
                        'url': last_segment_url,
 | 
			
		||||
                        'fragment_count': last_seq,
 | 
			
		||||
                    }
 | 
			
		||||
                if known_idx == last_seq:
 | 
			
		||||
                    no_fragment_score += 5
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user