Added profile releases for classic Fame Digital sites (Silvia Saint and Silverstone DVD).

This commit is contained in:
2020-02-07 03:40:11 +01:00
parent 49405b953f
commit 30963b94dd
7 changed files with 75 additions and 19 deletions

View File

@@ -732,6 +732,15 @@ const sites = [
upcoming: '/en/videos/upcoming',
},
},
{
slug: 'sunlustxxx',
name: 'Sun Lust XXX',
url: 'https://www.sunlustxxx.com',
description: '',
network: 'blowpass',
scrape: false,
show: true, // site offline, use only for indexing old scenes
},
// BRAZZERS
{
slug: 'momsincontrol',
@@ -1035,7 +1044,8 @@ const sites = [
description: 'HD Hardcore Sex & XXX Fantasy Porn Videos and Photos Produced in full HD featuring a Variety of Hardcore Porn Niches.',
network: 'ddfnetwork',
parameters: { native: true },
enabled: false, // appears to be re-releases only
scrape: false,
show: true, // appears to be re-releases only
},
{
slug: 'bustylover',
@@ -1043,7 +1053,8 @@ const sites = [
url: 'https://bustylover.com',
network: 'ddfnetwork',
parameters: { native: true },
enabled: false, // appears to be re-releases only
scrape: false,
show: true, // appears to be re-releases only
},
// DIGITAL PLAYGROUND
{
@@ -1372,7 +1383,8 @@ const sites = [
description: 'Welcome the official Daring Sex site, home of high quality erotica, sensual porn and hardcore exploration of the darker side of sexuality. Here you will find a variety of videos for lovers looking for a bit of extra, or something darker with an element of control.',
network: 'famedigital',
parameters: { api: true },
enabled: false,
scrape: false,
show: false, // no data sources
},
{
slug: 'peternorth',
@@ -3235,7 +3247,8 @@ const sites = [
slug: 'bigboobbundle',
url: 'https://www.bigboobbundle.com',
network: 'score',
enabled: false, // all content appears to be on subsites
scrape: false,
show: false, // all content appears to be on subsites
},
{
name: 'Big Boobs POV',
@@ -3630,7 +3643,8 @@ const sites = [
url: 'https://www.scorepass.com/scorelandtv',
network: 'score',
priority: 1,
enabled: false, // appears to be streaming service for other sites
scrape: false,
show: false, // appears to be streaming service for other sites
},
{
name: 'ScoreTV',
@@ -3638,7 +3652,8 @@ const sites = [
url: 'https://www.scoretv.tv',
network: 'score',
priority: 1,
enabled: false, // similar to or same as Scoreland TV
scrape: false,
show: false, // similar to or same as Scoreland TV
},
{
name: 'Score Videos',
@@ -4079,7 +4094,8 @@ exports.seed = knex => Promise.resolve()
parameters: JSON.stringify(site.parameters),
network_id: networksMap[site.network],
priority: site.priority,
enabled: site.enabled,
scrape: site.scrape,
show: site.show,
}));
return upsert('sites', sitesWithNetworks, 'slug', knex);