mirror of
https://github.com/yt-dlp/yt-dlp
synced 2024-12-28 22:24:34 +01:00
Merge branch 'globo-re-re-re-re-re-write'
This commit is contained in:
commit
2fd6fc11c4
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ class GloboIE(InfoExtractor):
|
||||||
**traverse_obj(info, {
|
**traverse_obj(info, {
|
||||||
'title': ('headline', {str}),
|
'title': ('headline', {str}),
|
||||||
'duration': ('duration', {float_or_none(scale=1000)}),
|
'duration': ('duration', {float_or_none(scale=1000)}),
|
||||||
'uploader': ('title', 'headline', {str_or_none}),
|
'uploader': ('title', 'headline', {str}),
|
||||||
'uploader_id': ('title', 'originProgramId', {str_or_none}),
|
'uploader_id': ('title', 'originProgramId', {str_or_none}),
|
||||||
}),
|
}),
|
||||||
'formats': formats,
|
'formats': formats,
|
||||||
|
|
Loading…
Reference in a new issue