mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 00:57:07 -05:00 
			
		
		
		
	[extractor/common] Prefix format id for audio only HLS formats
This commit is contained in:
		@@ -1401,7 +1401,7 @@ class InfoExtractor(object):
 | 
			
		||||
            media_url = media.get('URI')
 | 
			
		||||
            if media_url:
 | 
			
		||||
                format_id = []
 | 
			
		||||
                for v in (group_id, name):
 | 
			
		||||
                for v in (m3u8_id, group_id, name):
 | 
			
		||||
                    if v:
 | 
			
		||||
                        format_id.append(v)
 | 
			
		||||
                f = {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user