mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
parent
bde0132e15
commit
6e7c9201cd
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ def _real_extract(self, url):
|
|||
'thumbnail': event_data.get('thumb_url'),
|
||||
'timestamp': parse_iso8601(event_data.get('date')),
|
||||
'duration': int_or_none(event_data.get('length')),
|
||||
'view_count': int_or_none(event_data.get('view_count')),
|
||||
'tags': event_data.get('tags'),
|
||||
'formats': formats,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue