Compare commits
No commits in common. "9a548a4767d1906cd0d12ed6cc40a87d4552d713" and "2a308c11c14168c95bfa75760d36719144b651d8" have entirely different histories.
9a548a4767
...
2a308c11c1
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.244.65",
|
"version": "1.244.64",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.244.65",
|
"version": "1.244.64",
|
||||||
"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.65",
|
"version": "1.244.64",
|
||||||
"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
|
// DFXTRA DOGFART NETWORK
|
||||||
{
|
{
|
||||||
slug: 'dfxtra',
|
slug: 'dfxtra',
|
||||||
name: 'DFXtra',
|
name: 'DFXtra',
|
||||||
|
@ -3241,34 +3241,6 @@ 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',
|
||||||
|
@ -8436,16 +8408,6 @@ 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',
|
||||||
|
@ -10205,13 +10167,6 @@ 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.slice(0, 6).reduce((acc, scene) => {
|
return json.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