[cleanup] Fix invalid info dict fields (#17007)

Authored by: seproDev
This commit is contained in:
sepro
2026-06-21 22:48:47 +00:00
committed by GitHub
parent da99b21b2d
commit 98036ccd4f
21 changed files with 52 additions and 43 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ class WeiboBaseIE(InfoExtractor):
**parse_resolution(resolution),
**traverse_obj(media_info, (
'video_details', lambda _, v: v['label'].startswith(format_id), {
'size': ('size', {int_or_none}),
'filesize': ('size', {int_or_none}),
'tbr': ('bitrate', {int_or_none}),
},
), get_all=False),