Refactored Hitzefrei to use unprint.

This commit is contained in:
DebaucheryLibrarian
2026-01-19 02:18:36 +01:00
parent ba2fd254ff
commit d380c64f7c
3 changed files with 75 additions and 70 deletions

View File

@@ -183,6 +183,7 @@ const actors = [
{ 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'] },
{ entity: 'hitzefrei', name: 'Jolee Love', fields: ['avatar', 'dateOfBirth', 'birthPlace', 'measurements', 'height', 'weight', 'eyes', 'hair', 'description'] },
];
const actorScrapers = scrapers.actors;