mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-31 14:58:05 +00:00
Removed averageRating and dislikes
This commit is contained in:
@@ -172,7 +172,6 @@ export async function video_basic_info(url: string, options: InfoOptions = {}):
|
||||
},
|
||||
views: vid.viewCount,
|
||||
tags: vid.keywords,
|
||||
averageRating: vid.averageRating,
|
||||
likes: parseInt(
|
||||
ratingButtons
|
||||
.find((button: any) => button.toggleButtonRenderer.defaultIcon.iconType === 'LIKE')
|
||||
|
||||
Reference in New Issue
Block a user