Compare commits

..

No commits in common. "725087bf1cceb1ca25e7465a3944da7f3e974f14" and "a6f16b9f6221adc12a6ccd113bf667aa21f7ae82" have entirely different histories.

5 changed files with 6 additions and 39 deletions

View File

@ -151,41 +151,6 @@ 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.24",
"version": "1.245.23",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "traxxx",
"version": "1.245.24",
"version": "1.245.23",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.458.0",

View File

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

View File

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

View File

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