mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[extractor/rumble] Fix format sorting
Closes #6119 Authored by: pukkandan
This commit is contained in:
		| @@ -186,7 +186,7 @@ class RumbleEmbedIE(InfoExtractor): | ||||
|                         'filesize': 'size', | ||||
|                         'width': 'w', | ||||
|                         'height': 'h', | ||||
|                     }, default={}) | ||||
|                     }, expected_type=lambda x: int(x) or None) | ||||
|                 }) | ||||
| 
 | ||||
|         subtitles = { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Simon Sawicki
					Simon Sawicki