Compare commits
2 Commits
2a308c11c1
...
9a548a4767
Author | SHA1 | Date |
---|---|---|
|
9a548a4767 | |
|
7351770d0f |
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.244.64",
|
"version": "1.244.65",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.244.64",
|
"version": "1.244.65",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@aws-sdk/client-s3": "^3.458.0",
|
"@aws-sdk/client-s3": "^3.458.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.244.64",
|
"version": "1.244.65",
|
||||||
"description": "All the latest porn releases in one place",
|
"description": "All the latest porn releases in one place",
|
||||||
"main": "src/app.js",
|
"main": "src/app.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -3213,7 +3213,7 @@ const sites = [
|
||||||
tags: ['parody'],
|
tags: ['parody'],
|
||||||
parent: 'digitalplayground',
|
parent: 'digitalplayground',
|
||||||
},
|
},
|
||||||
// DFXTRA DOGFART NETWORK
|
// DFXTRA
|
||||||
{
|
{
|
||||||
slug: 'dfxtra',
|
slug: 'dfxtra',
|
||||||
name: 'DFXtra',
|
name: 'DFXtra',
|
||||||
|
@ -3241,6 +3241,34 @@ const sites = [
|
||||||
layout: 'api',
|
layout: 'api',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
slug: 'dfxbigbangz',
|
||||||
|
name: 'DFX Big Bangz',
|
||||||
|
url: 'https://www.dfxtra.com',
|
||||||
|
parent: 'dfxtra',
|
||||||
|
parameters: {
|
||||||
|
layout: 'api',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
slug: 'dfxsolemates',
|
||||||
|
name: 'DFX Solemates',
|
||||||
|
url: 'https://www.dfxtra.com',
|
||||||
|
parent: 'dfxtra',
|
||||||
|
parameters: {
|
||||||
|
layout: 'api',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
slug: 'cheatingwithmyex',
|
||||||
|
name: 'Cheating With My Ex',
|
||||||
|
url: 'https://www.dfxtra.com',
|
||||||
|
parent: 'dfxtra',
|
||||||
|
parameters: {
|
||||||
|
layout: 'api',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
// DFXTRA DOGFART
|
||||||
{
|
{
|
||||||
slug: 'blacksonblondes',
|
slug: 'blacksonblondes',
|
||||||
name: 'Blacks On Blondes',
|
name: 'Blacks On Blondes',
|
||||||
|
@ -8408,6 +8436,16 @@ const sites = [
|
||||||
parent: 'nebraskacoeds',
|
parent: 'nebraskacoeds',
|
||||||
},
|
},
|
||||||
// NEW SENSATIONS
|
// NEW SENSATIONS
|
||||||
|
{
|
||||||
|
slug: 'newsensations',
|
||||||
|
name: 'New Sensations',
|
||||||
|
url: 'https://www.newsensations.com',
|
||||||
|
parent: 'newsensations',
|
||||||
|
parameters: {
|
||||||
|
siteId: 'ns',
|
||||||
|
layout: 'block',
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
slug: 'hotwifexxx',
|
slug: 'hotwifexxx',
|
||||||
name: 'Hotwife XXX',
|
name: 'Hotwife XXX',
|
||||||
|
@ -10167,6 +10205,13 @@ const sites = [
|
||||||
slug: 'roundandbrown',
|
slug: 'roundandbrown',
|
||||||
parent: 'realitykings',
|
parent: 'realitykings',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Work Me Harder',
|
||||||
|
url: 'https://workershard.com',
|
||||||
|
parameters: { siteId: 114711 },
|
||||||
|
slug: 'workmeharder',
|
||||||
|
parent: 'realitykings',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Monster Curves',
|
name: 'Monster Curves',
|
||||||
slug: 'monstercurves',
|
slug: 'monstercurves',
|
||||||
|
|
|
@ -218,7 +218,7 @@ function curateTitle(title, channel) {
|
||||||
}
|
}
|
||||||
|
|
||||||
async function scrapeApiReleases(json, site, options) {
|
async function scrapeApiReleases(json, site, options) {
|
||||||
return json.reduce((acc, scene) => {
|
return json.slice(0, 6).reduce((acc, scene) => {
|
||||||
if (options.parameters?.extract && scene.sitename !== options.parameters.extract) {
|
if (options.parameters?.extract && scene.sitename !== options.parameters.extract) {
|
||||||
return acc;
|
return acc;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue