mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +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',
 | 
					                        'filesize': 'size',
 | 
				
			||||||
                        'width': 'w',
 | 
					                        'width': 'w',
 | 
				
			||||||
                        'height': 'h',
 | 
					                        'height': 'h',
 | 
				
			||||||
                    }, default={})
 | 
					                    }, expected_type=lambda x: int(x) or None)
 | 
				
			||||||
                })
 | 
					                })
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        subtitles = {
 | 
					        subtitles = {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user