Merge pull request #642 from GilgusMaximus/development

Updated comment scraper to fix like bug
This commit is contained in:
Luca Hohmann 2020-10-11 11:51:49 +02:00 committed by GitHub
commit 61ec404950
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -20663,9 +20663,9 @@
}
},
"yt-comment-scraper": {
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/yt-comment-scraper/-/yt-comment-scraper-1.3.5.tgz",
"integrity": "sha512-ytjqAaVCiwU45naL6KZ2E7utM4jJN1oukkXLd+kBCjG3mY8Un0XTHwL7s3+LXXqlmEuVatapsC3DEP1vcjIxNw==",
"version": "1.3.6",
"resolved": "https://registry.npmjs.org/yt-comment-scraper/-/yt-comment-scraper-1.3.6.tgz",
"integrity": "sha512-5OwsFUWqZRpEqk9d0bCPHEXN52X9ZeOZZJ8suUWO6/RtCt7fJ+eHOjXPOgjRIZhYPaLS/MNHRDQ+YFdCZut99g==",
"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.4",
"yt-comment-scraper": "^1.3.5",
"yt-comment-scraper": "^1.3.6",
"yt-dash-manifest-generator": "^1.1.0",
"yt-trending-scraper": "^1.0.3",
"yt-xml2vtt": "^1.1.2",