Completed Evil Angel scraper. Added trans tags.

This commit is contained in:
2019-09-28 03:26:04 +02:00
parent 298eabe56e
commit 2c32ed6549
13 changed files with 179 additions and 266 deletions

View File

@@ -1,5 +1,3 @@
'use strict';
/* eslint-disable max-len */
exports.seed = knex => Promise.resolve()
.then(() => knex.raw(`${knex('networks').insert([
@@ -33,6 +31,12 @@ exports.seed = knex => Promise.resolve()
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: 'evilangel',
name: 'Evil Angel',
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: 'julesjordan',
name: 'Jules Jordan',

View File

@@ -828,6 +828,14 @@ exports.seed = knex => Promise.resolve()
description: 'Fantasy Blowjobs & POV Cock Sucking Videos and Photos Produced in VR, 4K and full HD featuring Sexy European Pornstars',
network_id: networksMap['ddfnetwork'],
},
// EVIL ANGEL
{
slug: 'evilangel',
name: 'Evil Angel',
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\'.',
network_id: networksMap['evilangel'],
},
// JULES JORDAN
{
slug: 'julesjordan',

View File

@@ -721,6 +721,11 @@ exports.seed = knex => Promise.resolve()
slug: 'toys',
alias_for: null,
},
{
tag: 'transsexual',
slug: 'transsexual',
alias_for: null,
},
{
tag: 'triple penetration',
slug: 'triple-penetration',
@@ -1157,6 +1162,10 @@ exports.seed = knex => Promise.resolve()
tag: 'mff',
alias_for: tagsMap['fmf'],
},
{
tag: 'mature & milf',
alias_for: tagsMap['milf'],
},
{
tag: 'natural',
alias_for: tagsMap['natural-boobs'],
@@ -1321,6 +1330,10 @@ exports.seed = knex => Promise.resolve()
tag: 'tittyfuck',
alias_for: tagsMap['titty-fuck'],
},
{
tag: 'trans',
alias_for: tagsMap['transsexual'],
},
{
tag: 'trimmed pussy',
alias_for: tagsMap['trimmed'],