mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-17 06:35:42 +07:00
[extractor/rumble] Fix format sorting
Closes #6119 Authored by: pukkandan
This commit is contained in:
@@ -186,7 +186,7 @@ def _real_extract(self, url):
|
||||
'filesize': 'size',
|
||||
'width': 'w',
|
||||
'height': 'h',
|
||||
}, default={})
|
||||
}, expected_type=lambda x: int(x) or None)
|
||||
})
|
||||
|
||||
subtitles = {
|
||||
|
||||
Reference in New Issue
Block a user