Refactored Kelly Madison scraper, using API.

This commit is contained in:
DebaucheryLibrarian
2025-12-14 00:43:56 +01:00
parent c1d548c3df
commit 81b2d25f13
7 changed files with 183 additions and 181 deletions

9
package-lock.json generated
View File

@@ -90,7 +90,7 @@
"tunnel": "0.0.6",
"ua-parser-js": "^1.0.37",
"undici": "^5.28.1",
"unprint": "^0.16.1",
"unprint": "^0.16.3",
"url-pattern": "^1.0.3",
"v-tooltip": "^2.1.3",
"video.js": "^8.6.1",
@@ -18376,9 +18376,10 @@
}
},
"node_modules/unprint": {
"version": "0.16.1",
"resolved": "https://registry.npmjs.org/unprint/-/unprint-0.16.1.tgz",
"integrity": "sha512-vOT6kdoZwVae9iHS5H+eBOqTZaVJRJWrBJrfnAEIzqPO8KseFvajd+kLZSL9iCE6Al5S0hi2TuMW89c8YK3Baw==",
"version": "0.16.3",
"resolved": "https://registry.npmjs.org/unprint/-/unprint-0.16.3.tgz",
"integrity": "sha512-PnToOzQhneDFzf4FzOVQciWWtFTk/Xx7ZkngM+S8n8wfeRfOH7YiYa4EhbD6ZJdEcR2xfVRtlMl3w2fI7nRgPw==",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"bottleneck": "^2.19.5",