forked from DebaucheryLibrarian/traxxx
Added Black for Wife to JayRock. Switched parameters field to JSON type.
This commit is contained in:
@@ -83,7 +83,6 @@ const networks = [
|
||||
name: 'Dogfart Network',
|
||||
url: 'https://dogfartnetwork.com',
|
||||
description: 'The world famous Dogfart Interracial series. Online since 1996, we have the largest collection of Interracial videos, pictures and content on the web.',
|
||||
parameters: JSON.stringify({ photoLimit: 25 }),
|
||||
},
|
||||
{
|
||||
slug: 'evilangel',
|
||||
|
||||
@@ -1673,6 +1673,18 @@ const sites = [
|
||||
url: 'https://cospimps.com',
|
||||
network: 'jayrock',
|
||||
},
|
||||
{
|
||||
slug: 'blackforwife',
|
||||
name: 'Black for Wife',
|
||||
url: 'https://www.blackforwife.com',
|
||||
network: 'jayrock',
|
||||
parameters: {
|
||||
referer: 'https://freetour.adulttime.com/en/blackforwife',
|
||||
useGamma: true,
|
||||
scene: false,
|
||||
deep: 'https://21sextury.com/en/video/',
|
||||
},
|
||||
},
|
||||
// JULES JORDAN
|
||||
{
|
||||
slug: 'julesjordan',
|
||||
@@ -4447,7 +4459,7 @@ exports.seed = knex => Promise.resolve()
|
||||
name: site.name,
|
||||
description: site.description,
|
||||
url: site.url,
|
||||
parameters: JSON.stringify(site.parameters),
|
||||
parameters: site.parameters,
|
||||
network_id: networksMap[site.network],
|
||||
priority: site.priority,
|
||||
scrape: site.scrape,
|
||||
|
||||
Reference in New Issue
Block a user