[extractor/rumble] Fix format sorting

Closes #6119
Authored by: pukkandan
This commit is contained in:
Simon Sawicki 2023-02-02 06:50:42 +01:00
parent 776995bc10
commit acacb57c7e
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {