uploader set explicitly as str

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
dove 2024-12-13 06:33:21 -03:00 committed by GitHub
parent 4d90834d09
commit b6dbbb6ce3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -103,7 +103,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,