mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	| @@ -1549,8 +1549,8 @@ class InfoExtractor(object): | |||||||
|             'ie_pref': {'priority': True, 'type': 'extractor'}, |             'ie_pref': {'priority': True, 'type': 'extractor'}, | ||||||
|             'hasvid': {'priority': True, 'field': 'vcodec', 'type': 'boolean', 'not_in_list': ('none',)}, |             'hasvid': {'priority': True, 'field': 'vcodec', 'type': 'boolean', 'not_in_list': ('none',)}, | ||||||
|             'hasaud': {'field': 'acodec', 'type': 'boolean', 'not_in_list': ('none',)}, |             'hasaud': {'field': 'acodec', 'type': 'boolean', 'not_in_list': ('none',)}, | ||||||
|             'lang': {'convert': 'ignore', 'field': 'language_preference'}, |             'lang': {'convert': 'float', 'field': 'language_preference', 'default': -1}, | ||||||
|             'quality': {'convert': 'float_none', 'default': -1}, |             'quality': {'convert': 'float', 'default': -1}, | ||||||
|             'filesize': {'convert': 'bytes'}, |             'filesize': {'convert': 'bytes'}, | ||||||
|             'fs_approx': {'convert': 'bytes', 'field': 'filesize_approx'}, |             'fs_approx': {'convert': 'bytes', 'field': 'filesize_approx'}, | ||||||
|             'id': {'convert': 'string', 'field': 'format_id'}, |             'id': {'convert': 'string', 'field': 'format_id'}, | ||||||
| @@ -1561,7 +1561,7 @@ class InfoExtractor(object): | |||||||
|             'vbr': {'convert': 'float_none'}, |             'vbr': {'convert': 'float_none'}, | ||||||
|             'abr': {'convert': 'float_none'}, |             'abr': {'convert': 'float_none'}, | ||||||
|             'asr': {'convert': 'float_none'}, |             'asr': {'convert': 'float_none'}, | ||||||
|             'source': {'convert': 'ignore', 'field': 'source_preference'}, |             'source': {'convert': 'float', 'field': 'source_preference', 'default': -1}, | ||||||
|  |  | ||||||
|             'codec': {'type': 'combined', 'field': ('vcodec', 'acodec')}, |             'codec': {'type': 'combined', 'field': ('vcodec', 'acodec')}, | ||||||
|             'br': {'type': 'combined', 'field': ('tbr', 'vbr', 'abr'), 'same_limit': True}, |             'br': {'type': 'combined', 'field': ('tbr', 'vbr', 'abr'), 'same_limit': True}, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan