[ie/zoom] Extract duration

Closes #8080
Authored by: bashonly
pull/8086/head
bashonly 9 months ago
parent a006ce2b27
commit 66cc64ff66
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

@ -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': {

Loading…
Cancel
Save