Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian 0a5a84c0d4 1.244.103 2026-01-04 01:10:10 +01:00
DebaucheryLibrarian b0e8ae8b5b Reusing unprint browser by default. 2026-01-04 01:10:07 +01:00
4 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "traxxx", "name": "traxxx",
"version": "1.244.102", "version": "1.244.103",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "traxxx", "name": "traxxx",
"version": "1.244.102", "version": "1.244.103",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@aws-sdk/client-s3": "^3.458.0", "@aws-sdk/client-s3": "^3.458.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "traxxx", "name": "traxxx",
"version": "1.244.102", "version": "1.244.103",
"description": "All the latest porn releases in one place", "description": "All the latest porn releases in one place",
"main": "src/app.js", "main": "src/app.js",
"scripts": { "scripts": {

View File

@ -8469,6 +8469,7 @@ const sites = [
slug: 'realpornstars', slug: 'realpornstars',
name: 'Real Pornstars', name: 'Real Pornstars',
url: 'https://www.naughtyamerica.com/site/real-pornstars', url: 'https://www.naughtyamerica.com/site/real-pornstars',
tags: ['vr'],
parent: 'naughtyamerica', parent: 'naughtyamerica',
}, },
{ {

View File

@ -35,7 +35,6 @@ unprint.options({
headers: { headers: {
'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36',
}, },
scope: null, // don't reuse browser
context: { context: {
// browser requests // browser requests
userAgent: 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36', userAgent: 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36',