Skip to content

Commit

Permalink
[ie/zoom] Extract duration
Browse files Browse the repository at this point in the history
Closes yt-dlp#8080
Authored by: bashonly
  • Loading branch information
bashonly committed Sep 11, 2023
1 parent a006ce2 commit 66cc64f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yt_dlp/extractor/zoom.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ def _real_extract(self, url):
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': {
Expand Down

0 comments on commit 66cc64f

Please sign in to comment.