mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 06:27:21 +00:00
fix
This commit is contained in:
parent
a3170778da
commit
d61ea9bed7
|
@ -48,7 +48,7 @@ def _real_extract(self, url):
|
|||
'title': item.get('title'),
|
||||
'formats': formats,
|
||||
'thumbnails': [{'url': thumbnail}],
|
||||
'uploader': f'{item.get('channel').get('name')}',
|
||||
'uploader': item.get('channel').get('name'),
|
||||
'duration': item.get('uploadFile').get('videoDuration'),
|
||||
'uploader_id': item.get('channel').get('id'),
|
||||
'view_count': item.get('stats').get('viewTotalCount'),
|
||||
|
|
Loading…
Reference in a new issue