From bb5ad7dc2545c8980ffc02338d44064cbc2f3c4f Mon Sep 17 00:00:00 2001 From: Preston Date: Tue, 29 Sep 2020 12:42:13 -0400 Subject: [PATCH] Change to proper Comment scraper module --- package-lock.json | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e37f062c..7c7b19d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20225,8 +20225,9 @@ } }, "yt-comment-scraper": { - "version": "git+https://github.com/PrestonN/yt-comment-scraper.git#59e2002646a70a302f7433b963ef61fdd0f80e50", - "from": "git+https://github.com/PrestonN/yt-comment-scraper.git", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/yt-comment-scraper/-/yt-comment-scraper-1.2.0.tgz", + "integrity": "sha512-XVQijojldm4ztqT8GnS4YJAJYxJelEE4zTdYHiup0BRYnNMbo8p4/W3lHLcbx/6FamKBdCyCSieM4RM98li4Pw==", "requires": { "axios": "^0.19.2", "html2json": "^1.0.2" diff --git a/package.json b/package.json index 1b1ce9d2..05b71979 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "youtube-chat": "^1.1.0", "youtube-suggest": "^1.1.0", "yt-channel-info": "^1.1.2", - "yt-comment-scraper": "git+https://github.com/PrestonN/yt-comment-scraper.git", + "yt-comment-scraper": "^1.2.0", "yt-dash-manifest-generator": "^1.1.0", "yt-trending-scraper": "^1.0.3", "yt-xml2vtt": "^1.1.2",