Added sparse date mode. Fixed profile fetch error catching. Updated Kelly Madison scraper, using site IDs and fixed profile scraper.

This commit is contained in:
DebaucheryLibrarian
2024-12-30 01:57:26 +01:00
parent ffea90b5e8
commit 23f76fd1be
9 changed files with 73 additions and 30 deletions

View File

@@ -5281,23 +5281,30 @@ const sites = [
name: 'Teen Fidelity',
alias: ['tf'],
url: 'https://www.teenfidelity.com',
description: 'Home of Kelly Madison and Ryan Madison',
parent: 'kellymadison',
parameters: {
siteId: 3,
},
},
{
slug: 'pornfidelity',
name: 'Porn Fidelity',
alias: ['pf'],
url: 'https://www.pornfidelity.com',
description: 'Home of Kelly Madison and Ryan Madison',
parent: 'kellymadison',
parameters: {
siteId: 2,
},
},
{
slug: 'kellymadison',
name: 'Kelly Madison',
url: 'https://www.pornfidelity.com',
url: 'https://www.kellymadison.com',
description: 'Home of Kelly Madison and Ryan Madison',
parent: 'kellymadison',
parameters: {
siteId: 1,
},
},
{
slug: '5kporn',
@@ -5305,6 +5312,10 @@ const sites = [
url: 'https://www.5kporn.com',
tags: ['5k'],
parent: 'kellymadison',
parameters: {
// IDs overlap with Fidelity sites
siteId: 1,
},
},
{
slug: '5kteens',
@@ -5312,6 +5323,9 @@ const sites = [
url: 'https://www.5kteens.com',
tags: ['5k'],
parent: 'kellymadison',
parameters: {
siteId: 2,
},
},
// KILLERGRAM
{