From 98b735dbae5937eac2225deef74c3c0d57e2a2b7 Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Mon, 2 Mar 2026 01:41:36 +0100 Subject: [PATCH] Added Vivid and Zero Tolerance affiliate links. Restored BAM Visions profile scraper, site is back online. --- seeds/06_affiliates.js | 45 ++++++++++++++++++++++++++++++++++++++++++ src/scrapers/actors.js | 4 ++-- tests/profiles.js | 2 +- 3 files changed, 48 insertions(+), 3 deletions(-) diff --git a/seeds/06_affiliates.js b/seeds/06_affiliates.js index b39e5f88..de619c46 100755 --- a/seeds/06_affiliates.js +++ b/seeds/06_affiliates.js @@ -494,6 +494,51 @@ const affiliates = [ scene: false, // redirects to Adult Time }, }, + // gamma > vivid + { + network: 'vivid', + url: 'https://www.g2fame.com/vivid/go.php?pr=8&su=2&si=330&ad=277470&pa=index&ar=&buffer=', + comment: 'per signup', + parameters: { + scene: false, // redirects to homepage + }, + }, + { + channel: 'wheretheboysarent', + url: 'https://www.g2fame.com/wheretheboysarent/go.php?pr=8&su=2&si=368&ad=277470&pa=index&ar=&buffer=', + comment: 'per signup', + }, + { + channel: 'thebrats', + url: 'https://www.g2fame.com/thebrats/go.php?pr=8&su=2&si=369&ad=277470&pa=index&ar=&buffer=', + comment: 'per signup', + }, + // gamma > zero tolerance + { + network: 'zerotolerance', + url: 'https://www.g2fame.com/zerotolerancefilms/go.php?pr=8&su=2&si=507&ad=277470&pa=index&ar=&buffer=', + comment: 'per signup', + }, + { + channel: 'zerotolerancefilms', + url: 'https://www.g2fame.com/zerotolerancefilms/go.php?pr=8&su=2&si=507&ad=277470&pa=index&ar=&buffer=', + comment: 'per signup', + }, + { + channel: '3rddegreefilms', + url: 'https://www.g2fame.com/3rddegreefilms/go.php?pr=8&su=2&si=537&ad=277470&pa=index&ar=&buffer=', + comment: 'per signup', + }, + { + channel: 'addicted2girls', + url: 'https://www.g2fame.com/addicted2girls/go.php?pr=8&su=2&si=477&ad=277470&pa=index&ar=&buffer=', + comment: 'per signup', + }, + { + channel: 'genderxfilms', + url: 'https://www.g2fame.com/genderxfilms/go.php?pr=8&su=2&si=397&ad=277470&pa=index&ar=&buffer=', + comment: 'per signup', + }, // kelly madison / 8k { network: 'kellymadison', diff --git a/src/scrapers/actors.js b/src/scrapers/actors.js index f9cbb357..329a193e 100644 --- a/src/scrapers/actors.js +++ b/src/scrapers/actors.js @@ -5,7 +5,7 @@ const angelogodshackoriginal = require('./angelogodshackoriginal'); // const americanpornstar = require('./americanpornstar'); // offline const aziani = require('./aziani'); const badoink = require('./badoink'); -// const bamvisions = require('./bamvisions'); +const bamvisions = require('./bamvisions'); const bang = require('./bang'); const bradmontana = require('./bradmontana'); const cherrypimps = require('./cherrypimps'); @@ -215,7 +215,7 @@ module.exports = { angelogodshackoriginal, babevr: badoink, badoinkvr: badoink, - // bamvisions, // DNS error, site offline? + bamvisions, bang, meidenvanholland: bluedonkeymedia, // Vurig Vlaanderen uses same database boobpedia, diff --git a/tests/profiles.js b/tests/profiles.js index 88a82221..b111b88b 100644 --- a/tests/profiles.js +++ b/tests/profiles.js @@ -145,7 +145,7 @@ const actors = [ // perv city { entity: 'pervcity', name: 'Brooklyn Gray', fields: ['avatar', 'description', 'dateOfBirth', 'birthPlace', 'ethnicity', 'height', 'weight', 'eyes', 'hairColor'] }, { entity: 'dpdiva', name: 'Liz Jordan', fields: ['avatar', 'description', 'dateOfBirth', 'birthPlace', 'ethnicity', 'height', 'weight', 'eyes', 'hairColor'] }, - // { entity: 'bamvisions', name: 'Abella Danger', fields: ['avatar', 'height', 'measurements'] }, // site offline as of 2026-02-25 + { entity: 'bamvisions', name: 'Abella Danger', fields: ['avatar', 'height', 'measurements'] }, // site offline as of 2026-02-25 // radical { entity: 'bjraw', name: 'Nikki Knightly', fields: ['avatar', 'description', 'gender', 'dateOfBirth', 'birthPlace', 'measurements', 'height', 'weight', 'eyes', 'hairColor'] }, { entity: 'gotfilled', name: 'Alexa Chains', fields: ['avatar', 'description', 'gender', 'dateOfBirth', 'birthPlace', 'measurements', 'height', 'weight', 'eyes', 'hairColor'] },