|
|
@ -48,7 +48,7 @@ class PlVideoVideoIE(InfoExtractor):
|
|
|
|
'title': item.get('title'),
|
|
|
|
'title': item.get('title'),
|
|
|
|
'formats': formats,
|
|
|
|
'formats': formats,
|
|
|
|
'thumbnails': [{'url': thumbnail}],
|
|
|
|
'thumbnails': [{'url': thumbnail}],
|
|
|
|
'uploader': f'{item.get('channel').get('name')}',
|
|
|
|
'uploader': item.get('channel').get('name'),
|
|
|
|
'duration': item.get('uploadFile').get('videoDuration'),
|
|
|
|
'duration': item.get('uploadFile').get('videoDuration'),
|
|
|
|
'uploader_id': item.get('channel').get('id'),
|
|
|
|
'uploader_id': item.get('channel').get('id'),
|
|
|
|
'view_count': item.get('stats').get('viewTotalCount'),
|
|
|
|
'view_count': item.get('stats').get('viewTotalCount'),
|
|
|
|