Expanded puppeteer options. Fixed Mike Adriano scraper. Fixed convert utility.

This commit is contained in:
DebaucheryLibrarian
2024-06-12 03:21:45 +02:00
parent 54b2cd1209
commit 8c37071145
11 changed files with 180 additions and 93 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.10.12",
"unprint": "^0.11.2",
"url-pattern": "^1.0.3",
"v-tooltip": "^2.1.3",
"video.js": "^8.6.1",
@@ -18293,9 +18293,9 @@
}
},
"node_modules/unprint": {
"version": "0.10.12",
"resolved": "https://registry.npmjs.org/unprint/-/unprint-0.10.12.tgz",
"integrity": "sha512-EbRGhkoOcmnMmQBaKZA6Tky6gpEwrhy4tDB1KeajSGhqli7zhlNe3WqsTQPtLBNKa/4M2PJZS8l0GOOjvTLndQ==",
"version": "0.11.2",
"resolved": "https://registry.npmjs.org/unprint/-/unprint-0.11.2.tgz",
"integrity": "sha512-i4WJxmEnd6LKYbcnKAjX8bkaPRdyDlhAAqpxej0qIX0pjK5d17hp51x/RGDMfEe63dlcJtGCn9bhZrGcMY4PXQ==",
"dependencies": {
"axios": "^0.27.2",
"bottleneck": "^2.19.5",