diff --git a/config/default.js b/config/default.js index 7fe1e32b..72393d5f 100755 --- a/config/default.js +++ b/config/default.js @@ -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 diff --git a/seeds/02_sites.js b/seeds/02_sites.js index 0ed3d7d7..f5daebef 100755 --- a/seeds/02_sites.js +++ b/seeds/02_sites.js @@ -5598,6 +5598,7 @@ const sites = [ independent: true, parameters: { native: true, + preferSpartanId: true, }, }, { diff --git a/src/scrapers/aylo.js b/src/scrapers/aylo.js index 147389e7..6e693c3f 100755 --- a/src/scrapers/aylo.js +++ b/src/scrapers/aylo.js @@ -186,9 +186,6 @@ function scrapeRelease(data, url, channel, networkName, options) { })); } - // console.log(data); - // console.log(release); - return release; }