Compare commits

..

No commits in common. "d06044ab28c4ba973d1808fa665b677f238c41bd" and "69d2550a850202ffca5c78b361d1b4178778b6df" have entirely different histories.

3 changed files with 10 additions and 1976 deletions

1977
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.244.106",
"version": "1.244.105",
"description": "All the latest porn releases in one place",
"main": "src/app.js",
"scripts": {
@ -129,7 +129,6 @@
"mysql": "^2.18.1",
"nanoid": "^3.3.7",
"node-fetch": "^3.3.2",
"npm": "^11.7.0",
"object-merge-advanced": "^12.1.0",
"object.omit": "^3.0.0",
"pg": "^8.11.3",
@ -152,7 +151,7 @@
"tunnel": "0.0.6",
"ua-parser-js": "^1.0.37",
"undici": "^5.28.1",
"unprint": "^0.17.9",
"unprint": "^0.17.8",
"url-pattern": "^1.0.3",
"v-tooltip": "^2.1.3",
"video.js": "^8.6.1",

View File

@ -52,7 +52,7 @@ async function fetchLatest(channel, page = 1) {
const res = await unprint.browserRequest(url, {
selectAll: '.site-list .scene-item, .panel-body',
async control(ctx) {
await ctx.locator('.site-list').hover({ trial: true, timeout: 10000 }); // wait for overview to initialize
await ctx.locator('.site-list').hover({ trial: true, timeout: 10000 }); // wait for trailer to initialize
},
});
@ -156,7 +156,7 @@ async function fetchProfile({ slug }, { channel }) {
},
select: '.bio-info, .performer-details',
async control(ctx) {
await ctx.locator('.bio-info').hover({ trial: true, timeout: 30000 }); // wait for bio to initialize
await ctx.locator('.bio-info').hover({ trial: true, timeout: 30000 }); // wait for trailer to initialize
},
});