Update comments scraper module
This commit is contained in:
parent
9077046331
commit
f3a1c9da06
|
@ -20439,9 +20439,9 @@
|
|||
}
|
||||
},
|
||||
"yt-comment-scraper": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/yt-comment-scraper/-/yt-comment-scraper-1.1.0.tgz",
|
||||
"integrity": "sha512-WLEhIWvVy/5AjxNCOtZb5RuZYcwWhUU/b6eduVakUip3EONsGFQI8u4BcEknoxIZirb7yQYasq0Llhv0xqKkig==",
|
||||
"version": "1.1.3",
|
||||
"resolved": "https://registry.npmjs.org/yt-comment-scraper/-/yt-comment-scraper-1.1.3.tgz",
|
||||
"integrity": "sha512-OpLMXwd5vJ4vW4F8uYubmNcPAv0blxBEW5721qBaAGCtcQANHWGawUVlAgx8RPM3U9zmRv8VD9ertM1VW8FHzg==",
|
||||
"requires": {
|
||||
"axios": "^0.19.2",
|
||||
"html2json": "^1.0.2"
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
"youtube-comments-task": "^1.3.15",
|
||||
"youtube-suggest": "^1.1.0",
|
||||
"yt-channel-info": "^1.1.1",
|
||||
"yt-comment-scraper": "^1.1.0",
|
||||
"yt-comment-scraper": "^1.1.3",
|
||||
"yt-dash-manifest-generator": "^1.1.0",
|
||||
"yt-trending-scraper": "^1.0.3",
|
||||
"yt-xml2vtt": "^1.1.2",
|
||||
|
|
Loading…
Reference in New Issue