Fixed web server plugins.
This commit is contained in:
parent
7930fbce49
commit
abf9893f9d
|
@ -11,6 +11,39 @@ module.exports = {
|
||||||
},
|
},
|
||||||
// include: [],
|
// include: [],
|
||||||
// exclude: [],
|
// 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'],
|
fetchAfter: [1, 'week'],
|
||||||
media: {
|
media: {
|
||||||
path: './media',
|
path: './media',
|
||||||
|
|
|
@ -29,7 +29,6 @@ async function fetchUpcoming(site) {
|
||||||
return scrapeAll(res.body.toString(), site);
|
return scrapeAll(res.body.toString(), site);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
fetchLatest,
|
fetchLatest,
|
||||||
fetchProfile,
|
fetchProfile,
|
||||||
|
|
|
@ -87,30 +87,30 @@ module.exports = {
|
||||||
actors: {
|
actors: {
|
||||||
// ordered by data priority
|
// ordered by data priority
|
||||||
'21sextury': twentyonesextury,
|
'21sextury': twentyonesextury,
|
||||||
evilangel,
|
|
||||||
wicked,
|
|
||||||
mofos,
|
|
||||||
realitykings,
|
|
||||||
digitalplayground,
|
|
||||||
brazzers,
|
|
||||||
fakehub,
|
|
||||||
babes,
|
babes,
|
||||||
metrohd,
|
|
||||||
milehighmedia,
|
|
||||||
iconmale,
|
|
||||||
transangels,
|
|
||||||
men,
|
|
||||||
xempire,
|
|
||||||
blowpass,
|
|
||||||
julesjordan,
|
|
||||||
naughtyamerica,
|
|
||||||
boobpedia,
|
|
||||||
legalporno,
|
|
||||||
kellymadison,
|
|
||||||
bangbros,
|
bangbros,
|
||||||
pornhub,
|
blowpass,
|
||||||
|
boobpedia,
|
||||||
|
brazzers,
|
||||||
|
ddfnetwork,
|
||||||
|
digitalplayground,
|
||||||
|
evilangel,
|
||||||
|
fakehub,
|
||||||
freeones,
|
freeones,
|
||||||
freeonesLegacy,
|
freeonesLegacy,
|
||||||
ddfnetwork,
|
iconmale,
|
||||||
|
julesjordan,
|
||||||
|
kellymadison,
|
||||||
|
legalporno,
|
||||||
|
men,
|
||||||
|
metrohd,
|
||||||
|
milehighmedia,
|
||||||
|
mofos,
|
||||||
|
naughtyamerica,
|
||||||
|
pornhub,
|
||||||
|
realitykings,
|
||||||
|
transangels,
|
||||||
|
wicked,
|
||||||
|
xempire,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
|
@ -7,5 +7,5 @@ const SitePlugins = require('./sites');
|
||||||
module.exports = {
|
module.exports = {
|
||||||
ActorPlugins,
|
ActorPlugins,
|
||||||
SitePlugins,
|
SitePlugins,
|
||||||
// ReleasePlugins,
|
ReleasePlugins: [],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue