Added BaDoink latest and scene scraper.
This commit is contained in:
@@ -953,7 +953,7 @@ const tags = [
|
||||
},
|
||||
{
|
||||
name: 'virtual reality',
|
||||
slug: 'virtual-reality',
|
||||
slug: 'vr',
|
||||
},
|
||||
{
|
||||
name: 'quarantine',
|
||||
@@ -1821,7 +1821,7 @@ const aliases = [
|
||||
},
|
||||
{
|
||||
name: 'vr',
|
||||
for: 'virtual reality',
|
||||
for: 'vr',
|
||||
},
|
||||
{
|
||||
name: 'whipping',
|
||||
|
||||
@@ -108,6 +108,11 @@ const networks = [
|
||||
url: 'https://www.babes.com',
|
||||
parent: 'mindgeek',
|
||||
},
|
||||
{
|
||||
slug: 'badoink',
|
||||
name: 'BaDoink',
|
||||
url: 'http://www.badoink.com',
|
||||
},
|
||||
{
|
||||
slug: 'bang',
|
||||
name: 'Bang!',
|
||||
|
||||
@@ -624,6 +624,48 @@ const sites = [
|
||||
slug: 'stepmomlessons',
|
||||
parent: 'babes',
|
||||
},
|
||||
// BADOINK
|
||||
{
|
||||
name: 'BaDoinkVR',
|
||||
slug: 'badoinkvr',
|
||||
url: 'https://www.badoinkvr.com',
|
||||
tags: ['vr'],
|
||||
parent: 'badoink',
|
||||
},
|
||||
{
|
||||
name: 'VR Cosplay X',
|
||||
slug: 'vrcosplayx',
|
||||
url: 'https://vrcosplayx.com',
|
||||
tags: ['vr'],
|
||||
parent: 'badoink',
|
||||
parameters: {
|
||||
latest: 'cosplaypornvideos',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: '18VR',
|
||||
slug: '18vr',
|
||||
url: 'https://18vr.com',
|
||||
tags: ['vr'],
|
||||
parent: 'badoink',
|
||||
},
|
||||
{
|
||||
name: 'BabeVR',
|
||||
slug: 'babevr',
|
||||
url: 'https://babevr.com',
|
||||
tags: ['vr'],
|
||||
parent: 'badoink',
|
||||
},
|
||||
{
|
||||
name: 'RealVR',
|
||||
slug: 'realvr',
|
||||
url: 'https://realvr.com',
|
||||
tags: ['vr'],
|
||||
parameters: {
|
||||
teasers: false,
|
||||
},
|
||||
parent: 'badoink',
|
||||
},
|
||||
// BAM VISIONS
|
||||
{
|
||||
slug: 'bamvisions',
|
||||
|
||||
Reference in New Issue
Block a user