Removed some obsolete client components. Added ASG Max with affiliates.

This commit is contained in:
DebaucheryLibrarian
2026-01-30 05:25:35 +01:00
parent 5042f8fb40
commit 91771c9ef4
155 changed files with 982 additions and 22880 deletions

View File

@@ -90,7 +90,7 @@ const parentNetworks = [
slug: 'dfxtra',
name: 'DFXtra',
alias: ['dfextra'],
url: 'https://dfxtra.com',
url: 'https://www.dfxtra.com',
parent: 'gamma',
},
{
@@ -99,6 +99,16 @@ const parentNetworks = [
url: 'https://www.naughtyamerica.com',
description: 'The best porn movies daily at Naughty America! Experience the most seductive porn stars in stunning virtual reality, 4K and HD porn videos!',
},
{
slug: 'asgmax',
name: 'ASG Max',
url: 'https://www.asgmax.com',
parent: 'gamma',
parameters: {
layout: 'api',
scene: 'https://www.asgmax.com/en/video/asgmax',
},
},
];
const networks = [
@@ -151,7 +161,7 @@ const networks = [
parameters: {
layout: 'api',
referer: 'https://freetour.adulttime.com/en/join',
scene: false,
// scene: false,
},
},
{
@@ -851,6 +861,31 @@ const networks = [
},
parent: 'gamma',
},
// ASG MAX
{
name: 'Pride Studios',
slug: 'pridestudios',
url: 'https://www.pridestudios.com',
parent: 'asgmax',
tags: ['gay'],
},
{
name: 'Next Door Studios',
slug: 'nextdoorstudios',
url: 'https://www.nextdoorstudios.com',
parent: 'asgmax',
tags: ['gay'],
},
{
name: 'Disruptive Films',
slug: 'disruptivefilms',
url: 'https://www.disruptivefilms.com',
parent: 'asgmax',
tags: ['gay'],
parameters: {
scene: 'https://www.disruptivefilms.com/en/video/disruptivefilms',
},
},
];
exports.seed = (knex) => Promise.resolve()