Change to proper Comment scraper module

This commit is contained in:
Preston 2020-09-29 12:42:13 -04:00
parent afd17fc3ac
commit bb5ad7dc25
2 changed files with 4 additions and 3 deletions

5
package-lock.json generated
View File

@ -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"

View File

@ -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",