Compare commits

..

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian
00db4b1b5b 1.250.30 2026-03-03 23:47:50 +01:00
DebaucheryLibrarian
9f1cf1575a Added ASG Max channel parameters. 2026-03-03 23:47:48 +01:00
3 changed files with 24 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "traxxx", "name": "traxxx",
"version": "1.250.29", "version": "1.250.30",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "traxxx", "name": "traxxx",
"version": "1.250.29", "version": "1.250.30",
"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.250.29", "version": "1.250.30",
"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

@@ -609,6 +609,9 @@ const sites = [
slug: 'asgmaxoriginals', slug: 'asgmaxoriginals',
url: 'https://www.asgmax.com/en/channel/asgmaxoriginals', url: 'https://www.asgmax.com/en/channel/asgmaxoriginals',
parent: 'asgmax', parent: 'asgmax',
parameters: {
queryChannel: 'asgmaxoriginals',
},
}, },
{ {
name: 'ASG Max Films', name: 'ASG Max Films',
@@ -616,6 +619,9 @@ const sites = [
url: 'https://www.asgmax.com/en/channel/asgmaxfilms', url: 'https://www.asgmax.com/en/channel/asgmaxfilms',
parent: 'asgmax', parent: 'asgmax',
hasLogo: false, hasLogo: false,
parameters: {
queryChannel: 'asgmaxfilms',
},
}, },
{ {
name: 'ASG International', name: 'ASG International',
@@ -623,6 +629,9 @@ const sites = [
url: 'https://www.asgmax.com/en/channel/asginternational', url: 'https://www.asgmax.com/en/channel/asginternational',
parent: 'asgmax', parent: 'asgmax',
hasLogo: false, hasLogo: false,
parameters: {
queryChannel: 'asginternational',
},
}, },
{ {
name: 'ASG Massage', name: 'ASG Massage',
@@ -631,6 +640,9 @@ const sites = [
parent: 'asgmax', parent: 'asgmax',
tags: ['massage'], tags: ['massage'],
hasLogo: false, hasLogo: false,
parameters: {
queryChannel: 'asgmassage',
},
}, },
{ {
name: 'ASG Auditions', name: 'ASG Auditions',
@@ -639,6 +651,9 @@ const sites = [
parent: 'asgmax', parent: 'asgmax',
tags: ['audition'], tags: ['audition'],
hasLogo: false, hasLogo: false,
parameters: {
queryChannel: 'asgauditions',
},
}, },
{ {
name: 'ASG Free Use', name: 'ASG Free Use',
@@ -647,6 +662,9 @@ const sites = [
parent: 'asgmax', parent: 'asgmax',
tags: ['free-use'], tags: ['free-use'],
hasLogo: false, hasLogo: false,
parameters: {
queryChannel: 'asgfreeuse',
},
}, },
{ {
name: 'Exeter Hill College', name: 'Exeter Hill College',
@@ -655,6 +673,9 @@ const sites = [
parent: 'asgmax', parent: 'asgmax',
hasLogo: false, hasLogo: false,
tags: ['animated'], tags: ['animated'],
parameters: {
queryChannel: 'asgexeterhillcollege',
},
}, },
// ASG MAX INDEPENDENT // ASG MAX INDEPENDENT
{ {