mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[redbulltv] Restore hls format prefix
This commit is contained in:
		@@ -98,7 +98,8 @@ class RedBullTVIE(InfoExtractor):
 | 
				
			|||||||
        title = info['title'].strip()
 | 
					        title = info['title'].strip()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        formats = self._extract_m3u8_formats(
 | 
					        formats = self._extract_m3u8_formats(
 | 
				
			||||||
            video['url'], video_id, 'mp4', 'm3u8_native')
 | 
					            video['url'], video_id, 'mp4', entry_protocol='m3u8_native',
 | 
				
			||||||
 | 
					            m3u8_id='hls')
 | 
				
			||||||
        self._sort_formats(formats)
 | 
					        self._sort_formats(formats)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        subtitles = {}
 | 
					        subtitles = {}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user