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