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