From 5aaa104d4bf58a7fbfd06acc471127e206f8c36e Mon Sep 17 00:00:00 2001 From: Luca Date: Sat, 7 Nov 2020 11:50:29 +0100 Subject: [PATCH] Update of comment scraper --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5c65880a..dd3073a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18346,9 +18346,9 @@ } }, "yt-comment-scraper": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/yt-comment-scraper/-/yt-comment-scraper-1.3.8.tgz", - "integrity": "sha512-THyK1BfO36NuvcfKiDkdPtHpIdJ7sRsSVqJL6UblMxo5xEarAv3qZO8PB1FvpKto5SuxUmA8fZigNESV6mFTdA==", + "version": "1.3.9", + "resolved": "https://registry.npmjs.org/yt-comment-scraper/-/yt-comment-scraper-1.3.9.tgz", + "integrity": "sha512-oMeHTLUjMhxhUdVxw7P7ea00YJnkWF3VPaoHk62WO4kHMLL16AvCx8x1Z6j6XW6CsTpDE/0PejqKeB2+83pLgA==", "requires": { "axios": "^0.19.2", "html2json": "^1.0.2" diff --git a/package.json b/package.json index b794a6e2..cc516f8d 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.4", - "yt-comment-scraper": "^1.3.8", + "yt-comment-scraper": "^1.3.9", "yt-dash-manifest-generator": "^1.1.0", "yt-trending-scraper": "^1.0.4", "yt-xml2vtt": "^1.1.3",