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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user