Compare commits
No commits in common. "89cb4f477074d77d8b4240f00bb47b6041d43eaa" and "cecc01d21626198323f07821d10ecd2040efeda5" have entirely different histories.
89cb4f4770
...
cecc01d216
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.128.1",
|
||||
"version": "1.128.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -1969,9 +1969,6 @@ const sites = [
|
|||
name: 'Evil Angel',
|
||||
url: 'https://www.evilangel.com',
|
||||
parent: 'evilangel',
|
||||
parameters: {
|
||||
filterExclusive: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
slug: 'analacrobats',
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue