Compare commits

..

No commits in common. "88eeab410bb4a5d0bfe162aa2f7d8ba709612421" and "0d4893b13cc8226d35c7a2fc480514df7ec1d200" 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.0",
"version": "1.127.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.128.0",
"version": "1.127.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,