Compare commits
2 Commits
2158550091
...
0cc6ebc305
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0cc6ebc305 | ||
|
|
016c24af28 |
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.250.27",
|
"version": "1.250.28",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.250.27",
|
"version": "1.250.28",
|
||||||
"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.250.27",
|
"version": "1.250.28",
|
||||||
"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": {
|
||||||
|
|||||||
@@ -3025,6 +3025,7 @@ const priorities = [ // higher index is higher priority
|
|||||||
['gangbang'],
|
['gangbang'],
|
||||||
['gay', 'transsexual', 'bisexual', 'hentai'],
|
['gay', 'transsexual', 'bisexual', 'hentai'],
|
||||||
['pissing'],
|
['pissing'],
|
||||||
|
['compilation', 'bts'],
|
||||||
].reduce((acc, slugs, index) => {
|
].reduce((acc, slugs, index) => {
|
||||||
slugs.forEach((slug) => { acc[slug] = index; });
|
slugs.forEach((slug) => { acc[slug] = index; });
|
||||||
|
|
||||||
|
|||||||
@@ -1018,12 +1018,12 @@ const sites = [
|
|||||||
{
|
{
|
||||||
name: 'Disruptive Films',
|
name: 'Disruptive Films',
|
||||||
slug: 'disruptivefilms',
|
slug: 'disruptivefilms',
|
||||||
delete: true,
|
|
||||||
url: 'https://www.disruptivefilms.com',
|
url: 'https://www.disruptivefilms.com',
|
||||||
parent: 'disruptivefilms',
|
parent: 'disruptivefilms',
|
||||||
tags: ['gay'],
|
tags: ['gay'],
|
||||||
parameters: {
|
parameters: {
|
||||||
queryChannel: 'asgmaxdisruptivefilms',
|
queryChannel: 'asgmaxdisruptivefilms',
|
||||||
|
filterChannel: 'asgmaxdisruptivefilms',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -21,6 +21,10 @@ async function scrapeApiReleases(json, site, options) {
|
|||||||
return acc;
|
return acc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (options.parameters?.filterChannel && scene.mainChannel?.id !== options.parameters.filterChannel) {
|
||||||
|
return acc;
|
||||||
|
}
|
||||||
|
|
||||||
const release = {
|
const release = {
|
||||||
entryId: scene.clip_id,
|
entryId: scene.clip_id,
|
||||||
description: scene.description,
|
description: scene.description,
|
||||||
|
|||||||
Reference in New Issue
Block a user