Using spartan ID for Killergram.

This commit is contained in:
DebaucheryLibrarian
2026-01-12 01:51:09 +01:00
parent a6f16b9f62
commit 1ce8c47da2
3 changed files with 36 additions and 3 deletions
+35
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
+1
View File
@@ -5598,6 +5598,7 @@ const sites = [
independent: true,
parameters: {
native: true,
preferSpartanId: true,
},
},
{
-3
View File
@@ -186,9 +186,6 @@ function scrapeRelease(data, url, channel, networkName, options) {
}));
}
// console.log(data);
// console.log(release);
return release;
}