We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f75770 commit ac0ed44Copy full SHA for ac0ed44
background/sources/videos/youtube.js
@@ -41,7 +41,7 @@ export default {
41
url: info.video_url,
42
length: parseInt(info.length_seconds),
43
title: info.title,
44
- views: parseInt(info.view_count),
+ views: info.player_response.videoDetails.viewCount,
45
user: {
46
url: info.author.channel_url,
47
name: info.author.name,
0 commit comments