Fixed web server plugins.

This commit is contained in:
ThePendulum 2020-02-01 03:02:58 +01:00
parent 7930fbce49
commit abf9893f9d
4 changed files with 55 additions and 23 deletions

View File

@ -11,6 +11,39 @@ module.exports = {
},
// include: [],
// exclude: [],
profiles: [
[
'evilangel',
'xempire',
'blowpass',
'wicked',
],
[
'realitykings',
'mofos',
'babes',
'digitalplayground',
'fakehub',
'milehighmedia',
'wicked',
'iconmale',
'men',
'metrohd',
'transangels',
],
'21sextury',
'brazzers',
'julesjordan',
'naughtyamerica',
'legalporno',
'kellymadison',
'bangbros',
'ddfnetwork',
'boobpedia',
'pornhub',
'freeones',
'freeonesLegacy',
],
fetchAfter: [1, 'week'],
media: {
path: './media',

View File

@ -29,7 +29,6 @@ async function fetchUpcoming(site) {
return scrapeAll(res.body.toString(), site);
}
module.exports = {
fetchLatest,
fetchProfile,

View File

@ -87,30 +87,30 @@ module.exports = {
actors: {
// ordered by data priority
'21sextury': twentyonesextury,
evilangel,
wicked,
mofos,
realitykings,
digitalplayground,
brazzers,
fakehub,
babes,
metrohd,
milehighmedia,
iconmale,
transangels,
men,
xempire,
blowpass,
julesjordan,
naughtyamerica,
boobpedia,
legalporno,
kellymadison,
bangbros,
pornhub,
blowpass,
boobpedia,
brazzers,
ddfnetwork,
digitalplayground,
evilangel,
fakehub,
freeones,
freeonesLegacy,
ddfnetwork,
iconmale,
julesjordan,
kellymadison,
legalporno,
men,
metrohd,
milehighmedia,
mofos,
naughtyamerica,
pornhub,
realitykings,
transangels,
wicked,
xempire,
},
};

View File

@ -7,5 +7,5 @@ const SitePlugins = require('./sites');
module.exports = {
ActorPlugins,
SitePlugins,
// ReleasePlugins,
ReleasePlugins: [],
};