Refactored WankzVR for unprint, added referers in hopes of fixing missing assets.

This commit is contained in:
DebaucheryLibrarian
2026-02-09 05:10:06 +01:00
parent fec70db20b
commit 01341b80d6
4 changed files with 108 additions and 84 deletions

15
package-lock.json generated
View File

@@ -94,7 +94,7 @@
"tunnel": "0.0.6",
"ua-parser-js": "^1.0.37",
"undici": "^5.28.1",
"unprint": "^0.18.31",
"unprint": "^0.18.32",
"url-pattern": "^1.0.3",
"v-tooltip": "^2.1.3",
"video.js": "^8.6.1",
@@ -18822,6 +18822,11 @@
"resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
"integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw=="
},
"node_modules/set-cookie-parser": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-3.0.1.tgz",
"integrity": "sha512-n7Z7dXZhJbwuAHhNzkTti6Aw9QDDjZtm3JTpTGATIdNzdQz5GuFs22w90BcvF4INfnrL5xrX3oGsuqO5Dx3A1Q=="
},
"node_modules/set-function-length": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.1.1.tgz",
@@ -20380,10 +20385,9 @@
}
},
"node_modules/unprint": {
"version": "0.18.31",
"resolved": "https://registry.npmjs.org/unprint/-/unprint-0.18.31.tgz",
"integrity": "sha512-7z4kC7eyyyRUeGBGc+lByRv1WqWP1NkO5Fwh6RwOs60x6HW3mffYUxa2R02fjpUOsEaPRukZwEsikP5jOA/JAA==",
"license": "ISC",
"version": "0.18.32",
"resolved": "https://registry.npmjs.org/unprint/-/unprint-0.18.32.tgz",
"integrity": "sha512-3AOeu6vvAqJfxfYGJl/AUO07qnfFKbyyFpZzSBFwQJ+bZgU+kBX1uaj/4TD3ayBHkMgqRDYObJuGRQMZ6Xdncg==",
"dependencies": {
"bottleneck": "^2.19.5",
"cookie": "^1.1.1",
@@ -20395,6 +20399,7 @@
"moment-timezone": "^0.5.34",
"object-hash": "^3.0.0",
"patchright": "^1.56.1",
"set-cookie-parser": "^3.0.1",
"srcset": "^4.0.0",
"tunnel": "^0.0.6",
"undici": "^7.18.2"