forked from DebaucheryLibrarian/traxxx
Marked Metro HD sites as 'native' as to use site URL.
This commit is contained in:
parent
c76320b078
commit
5acaa9c6bf
|
@ -2408,26 +2408,32 @@ const sites = [
|
||||||
slug: 'devianthardcore',
|
slug: 'devianthardcore',
|
||||||
name: 'Deviant Hardcore',
|
name: 'Deviant Hardcore',
|
||||||
url: 'https://www.devianthardcore.com',
|
url: 'https://www.devianthardcore.com',
|
||||||
description: '',
|
|
||||||
parameters: { siteId: 305 },
|
|
||||||
tags: ['bdsm'],
|
tags: ['bdsm'],
|
||||||
|
parameters: {
|
||||||
|
siteId: 305,
|
||||||
|
native: true,
|
||||||
|
},
|
||||||
network: 'metrohd',
|
network: 'metrohd',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
slug: 'shewillcheat',
|
slug: 'shewillcheat',
|
||||||
name: 'She Will Cheat',
|
name: 'She Will Cheat',
|
||||||
url: 'https://www.shewillcheat.com',
|
url: 'https://www.shewillcheat.com',
|
||||||
description: '',
|
parameters: {
|
||||||
parameters: { siteId: 306 },
|
siteId: 306,
|
||||||
|
native: true,
|
||||||
|
},
|
||||||
network: 'metrohd',
|
network: 'metrohd',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
slug: 'familyhookups',
|
slug: 'familyhookups',
|
||||||
name: 'Family Hookups',
|
name: 'Family Hookups',
|
||||||
url: 'https://www.familyhookups.com',
|
url: 'https://www.familyhookups.com',
|
||||||
description: '',
|
|
||||||
parameters: { siteId: 307 },
|
|
||||||
tags: ['family'],
|
tags: ['family'],
|
||||||
|
parameters: {
|
||||||
|
siteId: 307,
|
||||||
|
native: true,
|
||||||
|
},
|
||||||
network: 'metrohd',
|
network: 'metrohd',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -2435,16 +2441,21 @@ const sites = [
|
||||||
name: 'Kinky Spa',
|
name: 'Kinky Spa',
|
||||||
url: 'https://www.kinkyspa.com',
|
url: 'https://www.kinkyspa.com',
|
||||||
tags: ['massage'],
|
tags: ['massage'],
|
||||||
parameters: { siteId: 308 },
|
parameters: {
|
||||||
|
siteId: 308,
|
||||||
|
native: true,
|
||||||
|
},
|
||||||
network: 'metrohd',
|
network: 'metrohd',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
slug: 'girlgrind',
|
slug: 'girlgrind',
|
||||||
name: 'Girl Grind',
|
name: 'Girl Grind',
|
||||||
url: 'https://www.girlgrind.com',
|
url: 'https://www.girlgrind.com',
|
||||||
description: '',
|
|
||||||
parameters: { siteId: 309 },
|
|
||||||
tags: ['lesbian'],
|
tags: ['lesbian'],
|
||||||
|
parameters: {
|
||||||
|
siteId: 309,
|
||||||
|
native: true,
|
||||||
|
},
|
||||||
network: 'metrohd',
|
network: 'metrohd',
|
||||||
},
|
},
|
||||||
// MEN
|
// MEN
|
||||||
|
|
Loading…
Reference in New Issue