Merge branch 'globo-re-re-re-re-re-write'

This commit is contained in:
slipinthedove 2024-12-13 07:18:43 -03:00
commit 2fd6fc11c4

View File

@ -104,7 +104,7 @@ class GloboIE(InfoExtractor):
**traverse_obj(info, {
'title': ('headline', {str}),
'duration': ('duration', {float_or_none(scale=1000)}),
'uploader': ('title', 'headline', {str_or_none}),
'uploader': ('title', 'headline', {str}),
'uploader_id': ('title', 'originProgramId', {str_or_none}),
}),
'formats': formats,