mirror of
				https://github.com/ytdl-org/youtube-dl
				synced 2025-10-31 17:53:11 +00:00 
			
		
		
		
	[livestream] skip m3u8 manifest in progressive_urls
This commit is contained in:
		
							parent
							
								
									dbfd06730c
								
							
						
					
					
						commit
						7b81316508
					
				| @ -97,6 +97,8 @@ class LivestreamIE(InfoExtractor): | ||||
|             video_url = video_data.get(key) | ||||
|             if video_url: | ||||
|                 ext = determine_ext(video_url) | ||||
|                 if ext == 'm3u8': | ||||
|                     continue | ||||
|                 bitrate = int_or_none(self._search_regex( | ||||
|                     r'(\d+)\.%s' % ext, video_url, 'bitrate', default=None)) | ||||
|                 formats.append({ | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 remitamine
						remitamine