Separated release and actor scrapers into modules. Fixed Dorcel profile search.

This commit is contained in:
DebaucheryLibrarian
2026-01-19 01:54:44 +01:00
parent 763a913be6
commit ff360423f6
5 changed files with 482 additions and 407 deletions

View File

@@ -182,6 +182,7 @@ const actors = [
{ 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'] },
{ entity: 'pierrewoodman', name: 'Abby Lee Brazil', fields: ['avatar', 'nationality'] },
{ entity: 'dorcelclub', name: 'Clea Gaultier', fields: ['avatar'] },
];
const actorScrapers = scrapers.actors;