mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-12-11 22:07:47 +01:00
parent
a006ce2b27
commit
66cc64ff66
@ -127,6 +127,7 @@ def _real_extract(self, url):
|
|||||||
return {
|
return {
|
||||||
'id': video_id,
|
'id': video_id,
|
||||||
'title': str_or_none(traverse_obj(data, ('meet', 'topic'))),
|
'title': str_or_none(traverse_obj(data, ('meet', 'topic'))),
|
||||||
|
'duration': int_or_none(data.get('duration')),
|
||||||
'subtitles': subtitles,
|
'subtitles': subtitles,
|
||||||
'formats': formats,
|
'formats': formats,
|
||||||
'http_headers': {
|
'http_headers': {
|
||||||
|
Loading…
Reference in New Issue
Block a user