Compare commits

..

No commits in common. "89cb4f477074d77d8b4240f00bb47b6041d43eaa" and "cecc01d21626198323f07821d10ecd2040efeda5" have entirely different histories.

4 changed files with 2 additions and 9 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.128.1",
"version": "1.128.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.128.1",
"version": "1.128.0",
"description": "All the latest porn releases in one place",
"main": "src/app.js",
"scripts": {

View File

@ -1969,9 +1969,6 @@ const sites = [
name: 'Evil Angel',
url: 'https://www.evilangel.com',
parent: 'evilangel',
parameters: {
filterExclusive: true,
},
},
{
slug: 'analacrobats',

View File

@ -106,10 +106,6 @@ async function scrapeApiReleases(json, site) {
return null;
}
if (site.parameters?.filterExclusive && scene.availableOnSite.length > 1) {
return null;
}
const release = {
entryId: scene.clip_id,
title: scene.title,