Refactored PornCZ scraper. Renamed Brutal Sessions to Dungeon Sex.

This commit is contained in:
DebaucheryLibrarian
2026-01-13 20:52:31 +01:00
parent 725087bf1c
commit c64c4dd694
5 changed files with 171 additions and 164 deletions

View File

@@ -173,6 +173,7 @@ const actors = [
{ entity: 'cherrypimps', name: 'Andi Avalon', fields: ['avatar', 'height', 'weight', 'dateOfBirth', 'birthPlace', 'ethnicity', 'measurements', 'hair', 'eyes', 'hasTattoos', 'age'] },
{ entity: 'testedefudelidade', name: 'May Akemi', fields: ['avatar'] },
{ entity: 'sexlikereal', name: 'Agatha Vega', fields: ['avatar', 'birthPlace', 'height', 'weight', 'description'] },
{ entity: 'porncz', name: 'Kama Oxi', fields: ['avatar', 'gender', 'birthCountry', 'ethnicity', 'age', 'hairColor', 'cup', 'naturalBoobs', 'hasTattoos'] },
];
const actorScrapers = scrapers.actors;