Added A-Cam (Vilde).
This commit is contained in:
@@ -705,6 +705,10 @@ const tags = [
|
||||
name: 'gloryhole',
|
||||
slug: 'gloryhole',
|
||||
},
|
||||
{
|
||||
name: 'female gloryhole',
|
||||
slug: 'female-gloryhole',
|
||||
},
|
||||
{
|
||||
name: 'gonzo',
|
||||
slug: 'gonzo',
|
||||
@@ -1414,6 +1418,10 @@ const tags = [
|
||||
name: 'interview',
|
||||
slug: 'interview',
|
||||
},
|
||||
{
|
||||
name: 'pregnant',
|
||||
slug: 'pregnant',
|
||||
},
|
||||
];
|
||||
|
||||
const aliases = [
|
||||
@@ -3032,6 +3040,50 @@ const aliases = [
|
||||
name: 't---y f--k',
|
||||
for: 'titty-fucking',
|
||||
},
|
||||
{
|
||||
name: 'thresome',
|
||||
for: 'threesome',
|
||||
},
|
||||
{
|
||||
name: 'fuck',
|
||||
for: 'sex',
|
||||
},
|
||||
{
|
||||
name: 'suck',
|
||||
for: 'blowjob',
|
||||
},
|
||||
{
|
||||
name: 'analfist',
|
||||
for: 'anal-fisting',
|
||||
},
|
||||
{
|
||||
name: 'fivesome',
|
||||
for: 'orgy',
|
||||
},
|
||||
{
|
||||
name: 'fucking machine',
|
||||
slug: 'machine-dildo',
|
||||
},
|
||||
{
|
||||
name: 'fuck machine',
|
||||
slug: 'machine-dildo',
|
||||
},
|
||||
{
|
||||
name: 'fuckmashine',
|
||||
slug: 'machine-dildo',
|
||||
},
|
||||
{
|
||||
name: 'fuck saw',
|
||||
slug: 'machine-dildo',
|
||||
},
|
||||
{
|
||||
name: 'dirtytalk',
|
||||
slug: 'dirty-talk',
|
||||
},
|
||||
{
|
||||
name: 'stepmom',
|
||||
slug: 'family',
|
||||
},
|
||||
];
|
||||
|
||||
const priorities = [ // higher index is higher priority
|
||||
|
||||
@@ -239,6 +239,11 @@ const networks = [
|
||||
// scene: false,
|
||||
},
|
||||
},
|
||||
{
|
||||
slug: 'acam',
|
||||
name: 'A-Cam',
|
||||
hasLogo: false,
|
||||
},
|
||||
{
|
||||
slug: 'amateurallure',
|
||||
name: 'Amateur Allure',
|
||||
|
||||
@@ -9453,7 +9453,6 @@ const sites = [
|
||||
{
|
||||
slug: 'realitysis',
|
||||
name: 'Reality Sis',
|
||||
rename: 'lilsis',
|
||||
url: 'https://realitysis.com',
|
||||
alias: ['lil sis'],
|
||||
tags: ['family'],
|
||||
@@ -14678,6 +14677,45 @@ const sites = [
|
||||
description: 'BustyOnes.com bringing you the most beautiful big breasts in the world! The hottest women alive showcasing their fantastic tits.',
|
||||
parent: 'twistys',
|
||||
},
|
||||
// A-CAM / VILDE
|
||||
{
|
||||
name: 'Vilde',
|
||||
slug: 'vilde',
|
||||
alias: ['vilde tv', 'johan vilde'],
|
||||
url: 'https://vilde.tv',
|
||||
parent: 'acam',
|
||||
independent: true,
|
||||
parameters: {
|
||||
languageUrl: 'https://www.johanvilde.com/select-language',
|
||||
languageKey: 'select_lang',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'Anal Hooked',
|
||||
slug: 'analhooked',
|
||||
url: 'https://analhooked.com',
|
||||
parent: 'acam',
|
||||
tags: ['anal'],
|
||||
independent: true,
|
||||
parameters: {
|
||||
layout: 'hooked',
|
||||
staticUrl: true,
|
||||
languageUrl: 'https://analhooked.com/change-option',
|
||||
languageKey: 'select_language',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'Channel Anal',
|
||||
slug: 'channelanal',
|
||||
alias: ['kanal anal'],
|
||||
url: 'https://channelanal.com',
|
||||
parent: 'acam',
|
||||
independent: true,
|
||||
tags: ['anal'],
|
||||
parameters: {
|
||||
layout: 'kanal',
|
||||
},
|
||||
},
|
||||
// VIP SEX VAULT
|
||||
{
|
||||
name: 'Los Consoladores',
|
||||
@@ -15240,6 +15278,16 @@ sites.reduce((acc, site) => {
|
||||
|
||||
/* eslint-disable max-len */
|
||||
exports.seed = async (knex) => {
|
||||
sites.reduce((acc, channel) => {
|
||||
if (acc.has(channel.slug)) {
|
||||
console.log('DUPLICATE', channel.slug);
|
||||
} else {
|
||||
acc.add(channel.slug);
|
||||
}
|
||||
|
||||
return acc;
|
||||
}, new Set());
|
||||
|
||||
await Promise.all(sites.map(async (channel) => {
|
||||
if (channel.rename) {
|
||||
await knex('entities')
|
||||
|
||||
Reference in New Issue
Block a user