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',
|
||||
name: 'Deviant Hardcore',
|
||||
url: 'https://www.devianthardcore.com',
|
||||
description: '',
|
||||
parameters: { siteId: 305 },
|
||||
tags: ['bdsm'],
|
||||
parameters: {
|
||||
siteId: 305,
|
||||
native: true,
|
||||
},
|
||||
network: 'metrohd',
|
||||
},
|
||||
{
|
||||
slug: 'shewillcheat',
|
||||
name: 'She Will Cheat',
|
||||
url: 'https://www.shewillcheat.com',
|
||||
description: '',
|
||||
parameters: { siteId: 306 },
|
||||
parameters: {
|
||||
siteId: 306,
|
||||
native: true,
|
||||
},
|
||||
network: 'metrohd',
|
||||
},
|
||||
{
|
||||
slug: 'familyhookups',
|
||||
name: 'Family Hookups',
|
||||
url: 'https://www.familyhookups.com',
|
||||
description: '',
|
||||
parameters: { siteId: 307 },
|
||||
tags: ['family'],
|
||||
parameters: {
|
||||
siteId: 307,
|
||||
native: true,
|
||||
},
|
||||
network: 'metrohd',
|
||||
},
|
||||
{
|
||||
|
@ -2435,16 +2441,21 @@ const sites = [
|
|||
name: 'Kinky Spa',
|
||||
url: 'https://www.kinkyspa.com',
|
||||
tags: ['massage'],
|
||||
parameters: { siteId: 308 },
|
||||
parameters: {
|
||||
siteId: 308,
|
||||
native: true,
|
||||
},
|
||||
network: 'metrohd',
|
||||
},
|
||||
{
|
||||
slug: 'girlgrind',
|
||||
name: 'Girl Grind',
|
||||
url: 'https://www.girlgrind.com',
|
||||
description: '',
|
||||
parameters: { siteId: 309 },
|
||||
tags: ['lesbian'],
|
||||
parameters: {
|
||||
siteId: 309,
|
||||
native: true,
|
||||
},
|
||||
network: 'metrohd',
|
||||
},
|
||||
// MEN
|
||||
|
|
Loading…
Reference in New Issue