mirror of
				https://github.com/ytdl-org/youtube-dl
				synced 2025-11-04 03:33:46 +00:00 
			
		
		
		
	[downloader/hls] Fix total fragments count when ad fragments exist
This commit is contained in:
		
							parent
							
								
									aaab8c5e71
								
							
						
					
					
						commit
						a9ee4f6e49
					
				@ -88,6 +88,7 @@ class HlsFD(FragmentFD):
 | 
				
			|||||||
            if line.startswith('#'):
 | 
					            if line.startswith('#'):
 | 
				
			||||||
                if anvato_ad(line):
 | 
					                if anvato_ad(line):
 | 
				
			||||||
                    ad_frags += 1
 | 
					                    ad_frags += 1
 | 
				
			||||||
 | 
					                    ad_frag_next = True
 | 
				
			||||||
                continue
 | 
					                continue
 | 
				
			||||||
            if ad_frag_next:
 | 
					            if ad_frag_next:
 | 
				
			||||||
                ad_frag_next = False
 | 
					                ad_frag_next = False
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user