[extractor/rumble] Fix format sorting

Closes #6119
Authored by: pukkandan
pull/6139/head
Simon Sawicki 1 year ago
parent 776995bc10
commit acacb57c7e

@ -186,7 +186,7 @@ class RumbleEmbedIE(InfoExtractor):
'filesize': 'size',
'width': 'w',
'height': 'h',
}, default={})
}, expected_type=lambda x: int(x) or None)
})
subtitles = {

Loading…
Cancel
Save