mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-04 12:07:12 +01:00
[extractor/rumble] Fix format sorting
Closes #6119 Authored by: pukkandan
This commit is contained in:
parent
776995bc10
commit
acacb57c7e
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user