mirror of https://github.com/yt-dlp/yt-dlp.git
fix
This commit is contained in:
parent
a3170778da
commit
d61ea9bed7
|
@ -48,7 +48,7 @@ class PlVideoVideoIE(InfoExtractor):
|
|||
'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 New Issue