Added Gaywire, modified Bang Bros scraper to accomodate.
This commit is contained in:
@@ -2946,6 +2946,130 @@ const sites = [
|
||||
tags: ['facefucking', 'blowjob'],
|
||||
parent: 'fullpornnetwork',
|
||||
},
|
||||
// GAYWIRE
|
||||
{
|
||||
slug: 'outinpublic',
|
||||
name: 'Out In Public',
|
||||
url: 'http://www.outinpublic.com',
|
||||
tags: ['gay'],
|
||||
parent: 'gaywire',
|
||||
parameters: {
|
||||
latest: 'https://gaywire.com/h1/websites/barebackcasting',
|
||||
},
|
||||
},
|
||||
{
|
||||
slug: 'rubhim',
|
||||
name: 'Rub Him',
|
||||
url: 'http://www.rubhim.com',
|
||||
tags: ['gay'],
|
||||
parent: 'gaywire',
|
||||
hasLogo: false,
|
||||
parameters: {
|
||||
latest: 'https://gaywire.com/h1/websites/rubhim',
|
||||
},
|
||||
},
|
||||
{
|
||||
slug: 'ungloryhole',
|
||||
name: 'UngloryHole',
|
||||
url: 'http://www.ungloryhole.com',
|
||||
tags: ['gay'],
|
||||
parent: 'gaywire',
|
||||
parameters: {
|
||||
latest: 'https://gaywire.com/h1/websites/ungloryhole',
|
||||
},
|
||||
},
|
||||
{
|
||||
slug: 'barebackcasting',
|
||||
name: 'Bareback Casting',
|
||||
url: 'https://gaywire.com/h1/websites/barebackcasting',
|
||||
tags: ['gay'],
|
||||
parent: 'gaywire',
|
||||
hasLogo: false,
|
||||
},
|
||||
{
|
||||
slug: 'itsgonnahurt',
|
||||
name: 'It\'s Gonna Hurt',
|
||||
url: 'http://www.itsgonnahurt.com',
|
||||
tags: ['gay'],
|
||||
parent: 'gaywire',
|
||||
parameters: {
|
||||
latest: 'https://gaywire.com/h1/websites/itsgonnahurt',
|
||||
},
|
||||
},
|
||||
{
|
||||
slug: 'barebackattack',
|
||||
name: 'Bareback Attack',
|
||||
url: 'https://gaywire.com/h1/websites/barebackattack',
|
||||
tags: ['gay'],
|
||||
parent: 'gaywire',
|
||||
hasLogo: false,
|
||||
},
|
||||
{
|
||||
slug: 'hazehim',
|
||||
name: 'Haze Him',
|
||||
url: 'http://www.hazehim.com',
|
||||
tags: ['gay'],
|
||||
parent: 'gaywire',
|
||||
parameters: {
|
||||
latest: 'https://gaywire.com/h1/websites/hazehim',
|
||||
},
|
||||
},
|
||||
{
|
||||
slug: 'thughunter',
|
||||
name: 'Thug Hunter',
|
||||
url: 'http://www.thughunter.com',
|
||||
tags: ['gay'],
|
||||
parent: 'gaywire',
|
||||
parameters: {
|
||||
latest: 'https://gaywire.com/h1/websites/thughunter',
|
||||
},
|
||||
},
|
||||
{
|
||||
slug: 'poundhisass',
|
||||
name: 'Pound His Ass',
|
||||
url: 'https://gaywire.com/h1/websites/poundhisass',
|
||||
tags: ['gay'],
|
||||
parent: 'gaywire',
|
||||
hasLogo: false,
|
||||
},
|
||||
{
|
||||
slug: 'exbf',
|
||||
name: 'ExBF',
|
||||
url: 'http://www.exbf.com',
|
||||
tags: ['gay'],
|
||||
parent: 'gaywire',
|
||||
parameters: {
|
||||
latest: 'https://gaywire.com/h1/websites/exbf',
|
||||
},
|
||||
},
|
||||
{
|
||||
slug: 'sausageparty',
|
||||
name: 'Sausage Party',
|
||||
url: 'http://www.sausageparty.com',
|
||||
tags: ['gay'],
|
||||
parent: 'gaywire',
|
||||
parameters: {
|
||||
latest: 'https://gaywire.com/h1/websites/sausageparty',
|
||||
},
|
||||
},
|
||||
{
|
||||
slug: 'projectcitybus',
|
||||
name: 'Project City Bus',
|
||||
url: 'http://www.projectcitybus.com',
|
||||
tags: ['gay'],
|
||||
parent: 'gaywire',
|
||||
parameters: {
|
||||
latest: 'https://gaywire.com/h1/websites/projectcitybus',
|
||||
},
|
||||
},
|
||||
{
|
||||
slug: 'urbaninvasion',
|
||||
name: 'Urban Invasion',
|
||||
url: 'https://gaywire.com/h1/websites/urbaninvasion',
|
||||
tags: ['gay'],
|
||||
parent: 'gaywire',
|
||||
hasLogo: false,
|
||||
},
|
||||
// GIRLSWAY
|
||||
{
|
||||
slug: 'girlsway',
|
||||
@@ -9361,7 +9485,7 @@ exports.seed = knex => Promise.resolve()
|
||||
priority: site.priority,
|
||||
independent: !!site.independent,
|
||||
visible: site.visible,
|
||||
has_logo: site.hasLogo,
|
||||
has_logo: site.hasLogo === undefined ? true : site.hasLogo,
|
||||
}));
|
||||
|
||||
const { inserted, updated } = await upsert('entities', sitesWithNetworks, ['slug', 'type'], knex);
|
||||
|
||||
Reference in New Issue
Block a user