Refactored Score.

This commit is contained in:
DebaucheryLibrarian
2026-01-15 04:53:31 +01:00
parent 003aff49f9
commit 37275f8930
10 changed files with 1200 additions and 188 deletions

View File

@@ -174,6 +174,7 @@ const actors = [
{ 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'] },
{ entity: 'score', name: 'Vanessa Blue', fields: ['avatar', 'gender', 'placeOfResidence', 'ethnicity', 'height', 'weight', 'measurements', 'hairColor', 'dateOfBirth'] },
];
const actorScrapers = scrapers.actors;