Updated Karups scraper.

This commit is contained in:
DebaucheryLibrarian
2026-02-01 03:03:21 +01:00
parent b4877d16da
commit 0511b5a4a4
6 changed files with 85 additions and 36 deletions

View File

@@ -2,6 +2,7 @@
"extends": "airbnb-base",
"parserOptions": {
"parser": "@babel/eslint-parser",
"ecmaVersion": "latest",
"sourceType": "script"
},
"rules": {

View File

@@ -227,6 +227,7 @@ const actors = [
{ entity: 'pornhub', name: 'Lexi Luna', fields: ['avatar', 'gender', 'ethnicity', 'description', 'birthPlace', 'measurements', 'naturalBoobs', 'height', 'weight', 'hairColor', 'hasPiercings', 'hasTattoos'] },
{ entity: 'fullpornnetwork', name: 'Kenzie Reeves', fields: ['avatar', 'description'] },
{ entity: 'meidenvanholland', name: 'Izzy Bizzy Bang Bang', fields: ['avatar', 'description'] },
{ entity: 'karups', name: 'Peach Lollypop', fields: ['avatar', 'gender'] },
];
const actorScrapers = scrapers.actors;