forked from DebaucheryLibrarian/traxxx
83 lines
1.8 KiB
JavaScript
83 lines
1.8 KiB
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
include: [
|
|
'21sextury',
|
|
'blowpass',
|
|
'brazzers',
|
|
'julesjordan',
|
|
['kink', [
|
|
'boundgangbangs',
|
|
'brutalsessions',
|
|
'devicebondage',
|
|
'everythingbutt',
|
|
'familiestied',
|
|
'fuckingmachines',
|
|
'hogtied',
|
|
'publicdisgrace',
|
|
'sexandsubmission',
|
|
'theupperfloor',
|
|
'waterbondage',
|
|
]],
|
|
'legalporno',
|
|
'mofos',
|
|
'naughtyamerica',
|
|
'pervcity',
|
|
['private', [
|
|
'analintroductions',
|
|
'iconfessfiless',
|
|
'missionasspossible',
|
|
'russianfakeagent',
|
|
'sexonthebeach',
|
|
'tightandteen',
|
|
'blacksonsluts',
|
|
'privatefetish',
|
|
'privatemils',
|
|
'russianteenass',
|
|
'privatestars',
|
|
]],
|
|
'realitykings',
|
|
'vixen',
|
|
'xempire',
|
|
],
|
|
fetchAfter: [3, 'months'],
|
|
columns: [
|
|
{
|
|
value: 'date',
|
|
format: 'MMM DD, YYYY',
|
|
width: 14,
|
|
},
|
|
{
|
|
value: 'network',
|
|
width: 20,
|
|
},
|
|
{
|
|
value: 'site',
|
|
width: 30,
|
|
},
|
|
{
|
|
value: 'title',
|
|
width: 80,
|
|
},
|
|
{
|
|
value: 'actors',
|
|
width: 60,
|
|
},
|
|
{
|
|
value: 'rating',
|
|
width: 30,
|
|
},
|
|
],
|
|
filename: {
|
|
dateFormat: 'DD-MM-YYYY',
|
|
actorsJoin: ', ',
|
|
slash: '_',
|
|
subpatterns: {
|
|
siteName: '{siteName} - ',
|
|
sceneDate: ', {sceneDate}',
|
|
sceneId: ' {sceneId}',
|
|
},
|
|
pattern: '{siteName}{sceneTitle} ({sceneActors}{sceneDate}{sceneId})',
|
|
},
|
|
};
|