@freetube/yt-comment-scraper
Advanced tools
Comparing version 5.2.0 to 5.2.1
{ | ||
"name": "@freetube/yt-comment-scraper", | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"description": "Scrapes the comments of any YouTube video without YouTube API access. Uses the default YouTube Ajax calls to get the comment data.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -76,2 +76,4 @@ # YouTube Comment Scraper NodeJS Documentation | ||
isPinned: Boolean, // If the video channel pinned the comment | ||
isVerified: Boolean, | ||
isOfficialArtist: Boolean, | ||
hasOwnerReplied: Boolean, // If the video channel replied to the comment | ||
@@ -124,2 +126,4 @@ replyToken: String // The continuation token needed for getCommentReplies() | ||
isPinned: false, | ||
isVerified: Boolean, | ||
isOfficialArtist: Boolean, | ||
hasOwnerReplied: false, | ||
@@ -126,0 +130,0 @@ replyToken: null |
57428
134