1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-04-01 09:50:55 +02:00

[extractor/rumble] Fix format sorting

Closes 
Authored by: pukkandan
This commit is contained in:
Simon Sawicki 2023-02-02 06:50:42 +01:00
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 = {