Updated Woodman scraper to use unprint.

This commit is contained in:
DebaucheryLibrarian
2026-01-18 01:51:13 +01:00
parent 9ec2ad25a7
commit bfb48abfdd
4 changed files with 85 additions and 69 deletions

View File

@@ -176,6 +176,7 @@ const actors = [
{ 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'] },
{ entity: 'pierrewoodman', name: 'Makayla Cox', fields: ['avatar', 'nationality'] },
];
const actorScrapers = scrapers.actors;