[ie/zoom] Extract duration

Closes #8080
Authored by: bashonly
pull/8086/head
bashonly 2023-09-11 09:51:39 -05:00
rodzic a006ce2b27
commit 66cc64ff66
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 783F096F253D15B0
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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