Refactored and fixed Naughty America scraper.

This commit is contained in:
DebaucheryLibrarian
2024-07-06 06:08:35 +02:00
parent 7fb24cb31b
commit 56163f2b3d
4 changed files with 92 additions and 119 deletions

8
package-lock.json generated
View File

@@ -88,7 +88,7 @@
"tunnel": "0.0.6",
"ua-parser-js": "^1.0.37",
"undici": "^5.28.1",
"unprint": "^0.11.2",
"unprint": "^0.11.5",
"url-pattern": "^1.0.3",
"v-tooltip": "^2.1.3",
"video.js": "^8.6.1",
@@ -18293,9 +18293,9 @@
}
},
"node_modules/unprint": {
"version": "0.11.2",
"resolved": "https://registry.npmjs.org/unprint/-/unprint-0.11.2.tgz",
"integrity": "sha512-i4WJxmEnd6LKYbcnKAjX8bkaPRdyDlhAAqpxej0qIX0pjK5d17hp51x/RGDMfEe63dlcJtGCn9bhZrGcMY4PXQ==",
"version": "0.11.5",
"resolved": "https://registry.npmjs.org/unprint/-/unprint-0.11.5.tgz",
"integrity": "sha512-tLhiFGeSU40GN12625+9oqmNGDFSToMPME60pB+DSGT9wd9fJM0L/lyZMQeNFmWMSThwa/id/FHAOnN7cE1aOw==",
"dependencies": {
"axios": "^0.27.2",
"bottleneck": "^2.19.5",