1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-06-30 21:21:11 +02:00

[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

View File

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