Merged DDF Network with Porn World. Fixed and updated DDF/PW scraper.

This commit is contained in:
2020-07-12 22:36:53 +02:00
parent 70c60e93ac
commit a7707b7b28
66 changed files with 94 additions and 73 deletions

View File

@@ -136,9 +136,13 @@ const networks = [
type: 'info',
},
{
slug: 'ddfnetwork',
name: 'DDF Network',
url: 'https://ddfnetwork.com',
slug: 'pornworld',
name: 'Porn World',
alias: [
'ddf network',
'denys defrancesco',
],
url: 'https://pornworld.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.',
parent: 'wgcz',
},
@@ -417,7 +421,7 @@ exports.seed = knex => Promise.resolve()
slug: network.slug,
name: network.name,
type: network.type || 'network',
alias: network.alias ? network.alias.join(',') : null,
alias: network.alias,
url: network.url,
description: network.description,
parameters: network.parameters,

View File

@@ -1455,7 +1455,7 @@ const sites = [
alias: ['ddfb'],
url: 'https://ddfbusty.com',
description: 'Gorgeous Babes with big tits and Euro pornstars with huge natural boobs filmed in Exclusive Full HD, 4K, & VR porn videos.',
parent: 'ddfnetwork',
parent: 'pornworld',
},
{
slug: 'handsonhardcore',
@@ -1463,7 +1463,7 @@ const sites = [
alias: ['hoh'],
url: 'https://handsonhardcore.com',
description: 'Hardcore Sex & Anal Fucking Exclusive XXX Videos in VR, 4K and full HD with Hot European Pornstars',
parent: 'ddfnetwork',
parent: 'pornworld',
},
{
slug: 'houseoftaboo',
@@ -1471,7 +1471,7 @@ const sites = [
alias: ['hotb', 'hotab'],
url: 'https://houseoftaboo.com',
description: 'Exclusive BDSM Porn & Extreme Sex Videos Produced in VR, 4K and full HD with The Hottest European Fetish Pornstars',
parent: 'ddfnetwork',
parent: 'pornworld',
},
{
slug: 'ddfnetworkvr',
@@ -1479,21 +1479,24 @@ const sites = [
alias: ['ddfvr'],
url: 'https://ddfnetworkvr.com',
description: 'VR Porn Videos shot Exclusively in 180 3D 4K Virtual Reality featuring the Hottest European & American VR Pornstar Babes',
parent: 'ddfnetwork',
parent: 'pornworld',
parameters: {
latest: 'https://ddfnetworkvr.com/home/tagfiltered/keywords/-/',
},
},
{
slug: 'eurogirlsongirls',
name: 'Euro Girls on Girls',
url: 'https://eurogirlsongirls.com',
description: 'Hot Lesbian Sex & Glamour Lesbian Porn Videos and Photos Starring Gorgeous European Pornstars in 4K and Full HD VR.',
parent: 'ddfnetwork',
parent: 'pornworld',
},
{
slug: '1byday',
name: '1By-Day',
url: 'https://1by-day.com',
description: 'Ultra Sexy Exclusive Solo Masturbation Videos in VR, 4K and full HD showcasing Glamour Babes & Intense Orgasms',
parent: 'ddfnetwork',
parent: 'pornworld',
},
{
slug: 'euroteenerotica',
@@ -1501,14 +1504,14 @@ const sites = [
alias: ['ete'],
url: 'https://euroteenerotica.com',
description: 'Teen Threesomes & Barely Legal Porn Videos in 4K, VR and FULL HD with Hot Nymphomaniac Teen Babes',
parent: 'ddfnetwork',
parent: 'pornworld',
},
{
slug: 'hotlegsandfeet',
name: 'Hot Legs and Feet',
url: 'https://hotlegsandfeet.com',
description: 'Foot Fetish & Sexy Legs Porn Videos with Hot and Sexy Euro Pornstars',
parent: 'ddfnetwork',
parent: 'pornworld',
},
{
slug: 'onlyblowjob',
@@ -1516,22 +1519,24 @@ const sites = [
alias: ['obj'],
url: 'https://onlyblowjob.com',
description: 'Fantasy Blowjobs & POV Cock Sucking Videos and Photos Produced in VR, 4K and full HD featuring Sexy European Pornstars',
parent: 'ddfnetwork',
parent: 'pornworld',
},
{
slug: 'fuckinhd',
name: 'Fuck in HD',
url: 'https://fuckinhd.com',
description: 'HD Hardcore Sex & XXX Fantasy Porn Videos and Photos Produced in full HD featuring a Variety of Hardcore Porn Niches.',
parent: 'ddfnetwork',
parameters: { native: true },
parent: 'pornworld',
},
{
slug: 'bustylover',
name: 'Busty Lover',
url: 'https://bustylover.com',
parent: 'ddfnetwork',
parameters: { native: true },
parent: 'pornworld',
parameters: {
latest: 'https://bustylover.com/videos/',
blockLayout: true,
},
},
// DIGITAL PLAYGROUND
{
@@ -7434,7 +7439,7 @@ exports.seed = knex => Promise.resolve()
slug: site.slug,
name: site.name,
type: site.type || 'channel',
alias: (site.alias || []).join(','),
alias: site.alias,
description: site.description,
url: site.url,
parameters: site.parameters,