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,