forked from DebaucheryLibrarian/traxxx
Refactored MOFOS scraper to use generic MindGeek scraper. Added Digital Playground and Fake Hub.
This commit is contained in:
@@ -42,6 +42,12 @@ const networks = [
|
||||
url: 'https://ddfnetwork.com',
|
||||
description: 'European porn videos hub with exclusive VR, 4K and full HD XXX videos and hot sex photos of Europes finest porn star babes.',
|
||||
},
|
||||
{
|
||||
slug: 'digitalplayground',
|
||||
name: 'Digital Playground',
|
||||
url: 'https://www.digitalplayground.com',
|
||||
description: 'DigitalPlayground.com is the leader in high quality adult blockbuster movies and award winning sex parodies that feature the most exclusive pornstars online! Adult Film Database of adult movies.',
|
||||
},
|
||||
{
|
||||
slug: 'dogfartnetwork',
|
||||
name: 'Dogfart Network',
|
||||
@@ -55,6 +61,12 @@ const networks = [
|
||||
url: 'https://evilangel.com',
|
||||
description: 'Welcome to the award winning Evil Angel website, home to the most popular pornstars of today, yesterday and tomorrow in their most extreme and hardcore porn scenes to date. We feature almost 30 years of rough sex videos and hardcore anal porn like you\'ve never seen before, and have won countless AVN and XBiz awards including \'Best Site\' and \'Best Studio\'.',
|
||||
},
|
||||
{
|
||||
slug: 'fakehub',
|
||||
name: 'Fake Hub',
|
||||
url: 'https://www.fakehub.com',
|
||||
description: 'Wherever they go, there is porn. Hospital, Taxis, Casting… Maybe fucking to a fake cop, fake agent or fake taxi driver. And we record it all.',
|
||||
},
|
||||
{
|
||||
slug: 'jayrock',
|
||||
name: 'JayRock Productions',
|
||||
|
||||
@@ -1008,6 +1008,49 @@ function getSites(networksMap) {
|
||||
description: 'Fantasy Blowjobs & POV Cock Sucking Videos and Photos Produced in VR, 4K and full HD featuring Sexy European Pornstars',
|
||||
network_id: networksMap.ddfnetwork,
|
||||
},
|
||||
// FAKE HUB
|
||||
{
|
||||
slug: 'episodes',
|
||||
name: 'Episodes',
|
||||
url: 'https://www.digitalplayground.com/scenes?site=206',
|
||||
description: '',
|
||||
network_id: networksMap.digitalplayground,
|
||||
},
|
||||
{
|
||||
slug: 'flixxx',
|
||||
name: 'Flixxx',
|
||||
url: 'https://www.digitalplayground.com/scenes?site=207',
|
||||
description: '',
|
||||
network_id: networksMap.digitalplayground,
|
||||
},
|
||||
{
|
||||
slug: 'rawcuts',
|
||||
name: 'Raw Cuts',
|
||||
url: 'https://www.digitalplayground.com/scenes?site=208',
|
||||
description: '',
|
||||
network_id: networksMap.digitalplayground,
|
||||
},
|
||||
{
|
||||
slug: 'dpstarepisodes',
|
||||
name: 'DP Star Episodes',
|
||||
url: 'https://www.digitalplayground.com/scenes?site=209',
|
||||
description: '',
|
||||
network_id: networksMap.digitalplayground,
|
||||
},
|
||||
{
|
||||
slug: 'blockbuster',
|
||||
name: 'Blockbuster',
|
||||
url: 'https://www.digitalplayground.com/scenes?site=211',
|
||||
description: '',
|
||||
network_id: networksMap.digitalplayground,
|
||||
},
|
||||
{
|
||||
slug: 'dpparodies',
|
||||
name: 'DP Parodies',
|
||||
url: 'https://www.digitalplayground.com/scenes?site=212',
|
||||
description: '',
|
||||
network_id: networksMap.digitalplayground,
|
||||
},
|
||||
// DOGFART NETWORK
|
||||
{
|
||||
slug: 'blacksonblondes',
|
||||
@@ -1179,6 +1222,84 @@ function getSites(networksMap) {
|
||||
parameters: JSON.stringify({ independent: true }),
|
||||
network_id: networksMap.evilangel,
|
||||
},
|
||||
// FAKE HUB
|
||||
{
|
||||
slug: 'fakeagentuk',
|
||||
name: 'Fake Agent UK',
|
||||
url: 'https://www.fakehub.com/scenes?site=277',
|
||||
description: '',
|
||||
network_id: networksMap.fakehub,
|
||||
},
|
||||
{
|
||||
slug: 'fakecop',
|
||||
name: 'Fake Cop',
|
||||
url: 'https://www.fakehub.com/scenes?site=278',
|
||||
description: '',
|
||||
network_id: networksMap.fakehub,
|
||||
},
|
||||
{
|
||||
slug: 'fakehospital',
|
||||
name: 'Fake Hospital',
|
||||
url: 'https://www.fakehub.com/scenes?site=279',
|
||||
description: '',
|
||||
network_id: networksMap.fakehub,
|
||||
},
|
||||
{
|
||||
slug: 'fakeagent',
|
||||
name: 'Fake Agent',
|
||||
url: 'https://www.fakehub.com/scenes?site=280',
|
||||
description: '',
|
||||
network_id: networksMap.fakehub,
|
||||
},
|
||||
{
|
||||
slug: 'faketaxi',
|
||||
name: 'Fake Taxi',
|
||||
url: 'https://www.fakehub.com/scenes?site=281',
|
||||
description: '',
|
||||
network_id: networksMap.fakehub,
|
||||
},
|
||||
{
|
||||
slug: 'publicagent',
|
||||
name: 'Public Agent',
|
||||
url: 'https://www.fakehub.com/scenes?site=282',
|
||||
description: '',
|
||||
network_id: networksMap.fakehub,
|
||||
},
|
||||
{
|
||||
slug: 'femaleagent',
|
||||
name: 'Female Agent',
|
||||
url: 'https://www.fakehub.com/scenes?site=283',
|
||||
description: '',
|
||||
network_id: networksMap.fakehub,
|
||||
},
|
||||
{
|
||||
slug: 'femalefaketaxi',
|
||||
name: 'Female Fake Taxi',
|
||||
url: 'https://www.fakehub.com/scenes?site=284',
|
||||
description: '',
|
||||
network_id: networksMap.fakehub,
|
||||
},
|
||||
{
|
||||
slug: 'fakedrivingschool',
|
||||
name: 'Fake Driving School',
|
||||
url: 'https://www.fakehub.com/scenes?site=285',
|
||||
description: '',
|
||||
network_id: networksMap.fakehub,
|
||||
},
|
||||
{
|
||||
slug: 'fakehuboriginals',
|
||||
name: 'Fake Hub Originals',
|
||||
url: 'https://www.fakehub.com/scenes?site=287',
|
||||
description: '',
|
||||
network_id: networksMap.fakehub,
|
||||
},
|
||||
{
|
||||
slug: 'fakehostel',
|
||||
name: 'Fake Hostel',
|
||||
url: 'https://www.fakehub.com/scenes?site=288',
|
||||
description: '',
|
||||
network_id: networksMap.fakehub,
|
||||
},
|
||||
// JAYS POV
|
||||
{
|
||||
slug: 'jayspov',
|
||||
|
||||
@@ -637,6 +637,11 @@ function getTags(groupsMap) {
|
||||
slug: 'pain',
|
||||
alias_for: null,
|
||||
},
|
||||
{
|
||||
name: 'parody',
|
||||
slug: 'parody',
|
||||
alias_for: null,
|
||||
},
|
||||
{
|
||||
name: 'pegging',
|
||||
slug: 'pegging',
|
||||
@@ -1574,6 +1579,7 @@ function getSiteTags() {
|
||||
divinebitches: ['femdom'],
|
||||
familystrokes: ['family'],
|
||||
menonedge: ['gay'],
|
||||
dpparodies: ['parody'],
|
||||
submissived: ['bdsm'],
|
||||
swallowed: ['blowjob', 'deepthroat', 'facefucking'],
|
||||
trueanal: ['anal'],
|
||||
|
||||
Reference in New Issue
Block a user