From acacb57c7e173b93c6e0f0c43e61b9b2912719d8 Mon Sep 17 00:00:00 2001 From: Simon Sawicki Date: Thu, 2 Feb 2023 06:50:42 +0100 Subject: [PATCH] [extractor/rumble] Fix format sorting Closes #6119 Authored by: pukkandan --- yt_dlp/extractor/rumble.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/rumble.py b/yt_dlp/extractor/rumble.py index b7f798ffb..97f81446c 100644 --- a/yt_dlp/extractor/rumble.py +++ b/yt_dlp/extractor/rumble.py @@ -186,7 +186,7 @@ class RumbleEmbedIE(InfoExtractor): 'filesize': 'size', 'width': 'w', 'height': 'h', - }, default={}) + }, expected_type=lambda x: int(x) or None) }) subtitles = {