[ie/zoom] Extract duration

Closes #8080
Authored by: bashonly
This commit is contained in:
bashonly 2023-09-11 09:51:39 -05:00
parent a006ce2b27
commit 66cc64ff66
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ class ZoomIE(InfoExtractor):
return {
'id': video_id,
'title': str_or_none(traverse_obj(data, ('meet', 'topic'))),
'duration': int_or_none(data.get('duration')),
'subtitles': subtitles,
'formats': formats,
'http_headers': {