Fixed and refactored Dorcel scraper.

This commit is contained in:
DebaucheryLibrarian
2025-03-05 02:48:43 +01:00
parent bce340e3c2
commit 42b5c0c150
5 changed files with 191 additions and 140 deletions

8
package-lock.json generated
View File

@@ -89,7 +89,7 @@
"tunnel": "0.0.6",
"ua-parser-js": "^1.0.37",
"undici": "^5.28.1",
"unprint": "^0.15.0",
"unprint": "^0.15.5",
"url-pattern": "^1.0.3",
"v-tooltip": "^2.1.3",
"video.js": "^8.6.1",
@@ -18312,9 +18312,9 @@
}
},
"node_modules/unprint": {
"version": "0.15.0",
"resolved": "https://registry.npmjs.org/unprint/-/unprint-0.15.0.tgz",
"integrity": "sha512-F/nfsSAPoQFfZCYGsxOxaNX05jfzQTP/lLo3BUeOPotp9RaRfcI6ylf6ts6GqFoMAD1Y6I7M31MiriDc+SgNDQ==",
"version": "0.15.5",
"resolved": "https://registry.npmjs.org/unprint/-/unprint-0.15.5.tgz",
"integrity": "sha512-Zc3aZeQ26zvrOdvJ4RjuHdVHD8JsDfqMR626JtQWpsymljq6mWMgSQh6rdMBXLYfv3eGPzQdbo0NPnu5KAerRA==",
"dependencies": {
"axios": "^0.27.2",
"bottleneck": "^2.19.5",