Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian 725087bf1c 1.245.24 2026-01-12 01:51:11 +01:00
DebaucheryLibrarian 1ce8c47da2 Using spartan ID for Killergram. 2026-01-12 01:51:09 +01:00
5 changed files with 39 additions and 6 deletions

View File

@ -151,6 +151,41 @@ module.exports = {
'pornoacademie',
'bumsbus',
'kinkyinlaws',
// killergram, no longer available on new Aylo site
'analrehab',
'bitchfunkers',
'bootypackers',
'brownsugar',
'burlesquexxx',
'chainsmokers',
'clubbabes',
'collegebabes',
'creammycunt',
'cumpartysluts',
'doggingmissions',
'fetishsexclinic',
'getshafted',
'girlyriders',
'gloryholegirls',
'hardfisex',
'killergramcuts',
'killergramplatinum',
'kinkycouples',
'letsgetslippy',
'nyloncumsluts',
'officeantics',
'pornostatic',
'pornstarsutd',
'rockchicks',
'ru4hire',
'spacehoppers',
'streetwalkers',
'tattooedsluts',
'thehandyman',
'theladypimp',
'voyeurcams',
'wifesluts',
'wishescumtrue',
],
networks: [
// dummy network for testing

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "traxxx",
"version": "1.245.23",
"version": "1.245.24",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "traxxx",
"version": "1.245.23",
"version": "1.245.24",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.458.0",

View File

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

View File

@ -5598,6 +5598,7 @@ const sites = [
independent: true,
parameters: {
native: true,
preferSpartanId: true,
},
},
{

View File

@ -186,9 +186,6 @@ function scrapeRelease(data, url, channel, networkName, options) {
}));
}
// console.log(data);
// console.log(release);
return release;
}