kopia lustrzana https://github.com/yt-dlp/yt-dlp
rodzic
776995bc10
commit
acacb57c7e
yt_dlp/extractor
|
@ -186,7 +186,7 @@ class RumbleEmbedIE(InfoExtractor):
|
|||
'filesize': 'size',
|
||||
'width': 'w',
|
||||
'height': 'h',
|
||||
}, default={})
|
||||
}, expected_type=lambda x: int(x) or None)
|
||||
})
|
||||
|
||||
subtitles = {
|
||||
|
|
Ładowanie…
Reference in New Issue