Added Black for Wife to JayRock. Switched parameters field to JSON type.

This commit is contained in:
2020-02-09 19:41:39 +01:00
parent f7f4da24ec
commit 0f513266a0
18 changed files with 173 additions and 58 deletions

View File

@@ -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',

View File

@@ -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,