mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[extractor] Fix format sorting of channels
				
					
				
			This commit is contained in:
		| @@ -1669,8 +1669,8 @@ class InfoExtractor: | ||||
|         regex = r' *((?P<reverse>\+)?(?P<field>[a-zA-Z0-9_]+)((?P<separator>[~:])(?P<limit>.*?))?)? *$' | ||||
| 
 | ||||
|         default = ('hidden', 'aud_or_vid', 'hasvid', 'ie_pref', 'lang', 'quality', | ||||
|                    'res', 'fps', 'hdr:12', 'channels', 'codec:vp9.2', 'size', 'br', 'asr', | ||||
|                    'proto', 'ext', 'hasaud', 'source', 'id')  # These must not be aliases | ||||
|                    'res', 'fps', 'hdr:12', 'vcodec:vp9.2', 'channels', 'acodec', | ||||
|                    'size', 'br', 'asr', 'proto', 'ext', 'hasaud', 'source', 'id')  # These must not be aliases | ||||
|         ytdl_default = ('hasaud', 'lang', 'quality', 'tbr', 'filesize', 'vbr', | ||||
|                         'height', 'width', 'proto', 'vext', 'abr', 'aext', | ||||
|                         'fps', 'fs_approx', 'source', 'id') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan