forked from DebaucheryLibrarian/traxxx
Added Babes network
This commit is contained in:
parent
a4c7d63316
commit
8c76568f44
|
@ -1,5 +1,6 @@
|
||||||
node_modules/
|
node_modules/
|
||||||
dist/
|
dist/
|
||||||
|
log/
|
||||||
public/js/*
|
public/js/*
|
||||||
public/css/*
|
public/css/*
|
||||||
config/*
|
config/*
|
||||||
|
|
|
@ -52,37 +52,6 @@ module.exports = {
|
||||||
'xempire',
|
'xempire',
|
||||||
],
|
],
|
||||||
fetchAfter: [1, 'week'],
|
fetchAfter: [1, 'week'],
|
||||||
columns: [
|
|
||||||
{
|
|
||||||
value: 'date',
|
|
||||||
format: 'MMM DD, YYYY',
|
|
||||||
width: 14,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
value: 'network',
|
|
||||||
width: 15,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
value: 'site',
|
|
||||||
width: 25,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
value: 'shootId',
|
|
||||||
width: 15,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
value: 'title',
|
|
||||||
width: 80,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
value: 'actors',
|
|
||||||
width: 60,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
value: 'rating',
|
|
||||||
width: 30,
|
|
||||||
},
|
|
||||||
],
|
|
||||||
media: {
|
media: {
|
||||||
path: './',
|
path: './',
|
||||||
thumbnailSize: 320, // width for 16:9 will be exactly 576px
|
thumbnailSize: 320, // width for 16:9 will be exactly 576px
|
||||||
|
|
|
@ -1891,3 +1891,25 @@
|
||||||
2020-01-13T22:14:58.307Z debug: 'actors_avatars: Updating 0'
|
2020-01-13T22:14:58.307Z debug: 'actors_avatars: Updating 0'
|
||||||
2020-01-13T22:14:58.309Z debug: 'actors_photos: Inserting 1'
|
2020-01-13T22:14:58.309Z debug: 'actors_photos: Inserting 1'
|
||||||
2020-01-13T22:14:58.309Z debug: 'actors_photos: Updating 0'
|
2020-01-13T22:14:58.309Z debug: 'actors_photos: Updating 0'
|
||||||
|
2020-01-13T22:54:13.451Z debug: 'networks: Inserting 1'
|
||||||
|
2020-01-13T22:54:13.454Z debug: 'networks: Updating 23'
|
||||||
|
2020-01-13T22:54:13.569Z debug: 'sites: Inserting 5'
|
||||||
|
2020-01-13T22:54:13.570Z debug: 'sites: Updating 389'
|
||||||
|
2020-01-13T22:54:14.254Z debug: 'studios: Inserting 0'
|
||||||
|
2020-01-13T22:54:14.255Z debug: 'studios: Updating 22'
|
||||||
|
2020-01-13T22:54:14.316Z debug: 'tags_groups: Inserting 0'
|
||||||
|
2020-01-13T22:54:14.317Z debug: 'tags_groups: Updating 13'
|
||||||
|
2020-01-13T22:54:14.367Z debug: 'tags: Inserting 0'
|
||||||
|
2020-01-13T22:54:14.368Z debug: 'tags: Updating 143'
|
||||||
|
2020-01-13T22:54:14.613Z debug: 'tags: Inserting 0'
|
||||||
|
2020-01-13T22:54:14.614Z debug: 'tags: Updating 165'
|
||||||
|
2020-01-13T22:54:14.863Z debug: 'sites_tags: Inserting 0'
|
||||||
|
2020-01-13T22:54:14.864Z debug: 'sites_tags: Updating 13'
|
||||||
|
2020-01-13T22:54:14.896Z debug: 'media: Inserting 0'
|
||||||
|
2020-01-13T22:54:14.897Z debug: 'media: Updating 48'
|
||||||
|
2020-01-13T22:54:14.972Z debug: 'tags_posters: Inserting 0'
|
||||||
|
2020-01-13T22:54:14.972Z debug: 'tags_posters: Updating 28'
|
||||||
|
2020-01-13T22:54:14.979Z debug: 'tags_photos: Inserting 0'
|
||||||
|
2020-01-13T22:54:14.979Z debug: 'tags_photos: Updating 20'
|
||||||
|
2020-01-13T22:54:15.053Z debug: 'countries: Inserting 0'
|
||||||
|
2020-01-13T22:54:15.053Z debug: 'countries: Updating 250'
|
||||||
|
|
|
@ -8,6 +8,11 @@ const networks = [
|
||||||
url: 'https://www.21sextury.com',
|
url: 'https://www.21sextury.com',
|
||||||
description: 'Watch all the latest scenes and porn video updates on 21Sextury.com, the best European porn site with the hottest pornstars from all over the world! Watch porn videos from the large network here.',
|
description: 'Watch all the latest scenes and porn video updates on 21Sextury.com, the best European porn site with the hottest pornstars from all over the world! Watch porn videos from the large network here.',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
slug: 'babes',
|
||||||
|
name: 'Babes',
|
||||||
|
url: 'https://www.babes.com',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
slug: 'bang',
|
slug: 'bang',
|
||||||
name: 'Bang!',
|
name: 'Bang!',
|
||||||
|
|
|
@ -119,6 +119,43 @@ function getSites(networksMap) {
|
||||||
name: 'Sweet Sophie Moone',
|
name: 'Sweet Sophie Moone',
|
||||||
network_id: networksMap['21sextury'],
|
network_id: networksMap['21sextury'],
|
||||||
},
|
},
|
||||||
|
// BABES
|
||||||
|
{
|
||||||
|
name: 'Babes',
|
||||||
|
url: 'https://www.babes.com/scenes?site=213',
|
||||||
|
slug: 'babes',
|
||||||
|
network_id: networksMap.babes,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'Babes Unleashed',
|
||||||
|
url: 'https://www.babes.com/scenes?site=218',
|
||||||
|
slug: 'babesunleashed',
|
||||||
|
network_id: networksMap.babes,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'Black Is Better',
|
||||||
|
url: 'https://www.babes.com/scenes?site=217',
|
||||||
|
slug: 'blackisbetter',
|
||||||
|
network_id: networksMap.babes,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'Elegant Anal',
|
||||||
|
url: 'https://www.babes.com/scenes?site=216',
|
||||||
|
slug: 'elegantanal',
|
||||||
|
network_id: networksMap.babes,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'Office Obsession',
|
||||||
|
url: 'https://www.babes.com/scenes?site=214',
|
||||||
|
slug: 'officeobsession',
|
||||||
|
network_id: networksMap.babes,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'Step Mom Lessons',
|
||||||
|
url: 'https://www.babes.com/scenes?site=215',
|
||||||
|
slug: 'stepmomlessons',
|
||||||
|
network_id: networksMap.babes,
|
||||||
|
},
|
||||||
// BANG
|
// BANG
|
||||||
{
|
{
|
||||||
name: 'Trickery',
|
name: 'Trickery',
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
// releases
|
// releases
|
||||||
const twentyonesextury = require('./21sextury');
|
const twentyonesextury = require('./21sextury');
|
||||||
|
const babes = require('./babes');
|
||||||
const bang = require('./bang');
|
const bang = require('./bang');
|
||||||
const bangbros = require('./bangbros');
|
const bangbros = require('./bangbros');
|
||||||
const blowpass = require('./blowpass');
|
const blowpass = require('./blowpass');
|
||||||
|
@ -34,6 +35,7 @@ const pornhub = require('./pornhub');
|
||||||
module.exports = {
|
module.exports = {
|
||||||
releases: {
|
releases: {
|
||||||
'21sextury': twentyonesextury,
|
'21sextury': twentyonesextury,
|
||||||
|
babes,
|
||||||
bang,
|
bang,
|
||||||
bangbros,
|
bangbros,
|
||||||
blowpass,
|
blowpass,
|
||||||
|
|
11
src/sites.js
11
src/sites.js
|
@ -63,18 +63,17 @@ async function findSiteByUrl(url) {
|
||||||
const { hostname } = new URL(url);
|
const { hostname } = new URL(url);
|
||||||
const domain = hostname.replace(/www.|tour./, '');
|
const domain = hostname.replace(/www.|tour./, '');
|
||||||
|
|
||||||
const site = await knex('sites')
|
const sites = await knex('sites')
|
||||||
.leftJoin('networks', 'sites.network_id', 'networks.id')
|
.leftJoin('networks', 'sites.network_id', 'networks.id')
|
||||||
.select(
|
.select(
|
||||||
'sites.*',
|
'sites.*',
|
||||||
'networks.name as network_name', 'networks.slug as network_slug', 'networks.url as network_url', 'networks.description as network_description', 'networks.parameters as network_parameters',
|
'networks.name as network_name', 'networks.slug as network_slug', 'networks.url as network_url', 'networks.description as network_description', 'networks.parameters as network_parameters',
|
||||||
)
|
)
|
||||||
.where('sites.url', 'like', `%${domain}`)
|
.where('sites.url', 'like', `${domain}`)
|
||||||
.orWhere('sites.url', url)
|
.orWhere('sites.url', url);
|
||||||
.first();
|
|
||||||
|
|
||||||
if (site) {
|
if (sites.length > 0) {
|
||||||
const curatedSite = curateSite(site, true);
|
const curatedSite = curateSite(sites[0], true);
|
||||||
|
|
||||||
return curatedSite;
|
return curatedSite;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue