mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[extractor/rumble] Fix format sorting
Closes #6119 Authored by: pukkandan
This commit is contained in:
parent
776995bc10
commit
acacb57c7e
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue