mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 07:17:07 -05:00 
			
		
		
		
	[extractor/common] Fix preference for m3u8 quality selection URL
This commit is contained in:
		@@ -833,7 +833,7 @@ class InfoExtractor(object):
 | 
			
		||||
            'url': m3u8_url,
 | 
			
		||||
            'ext': ext,
 | 
			
		||||
            'protocol': 'm3u8',
 | 
			
		||||
            'preference': -1,
 | 
			
		||||
            'preference': preference - 1 if preference else -1,
 | 
			
		||||
            'resolution': 'multiple',
 | 
			
		||||
            'format_note': 'Quality selection URL',
 | 
			
		||||
        }]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user