Refactored Arch Angel, split off The Flourish. Added try URL util to simplify trying multiple actor URLs.

This commit is contained in:
DebaucheryLibrarian
2026-01-11 00:50:16 +01:00
parent 6cb990dbdb
commit 6338e8fb8d
10 changed files with 332 additions and 225 deletions

View File

@@ -113,6 +113,10 @@ const actors = [
// perv city
{ entity: 'pervcity', name: 'Brooklyn Gray', fields: ['avatar', 'description', 'dateOfBirth', 'birthPlace', 'ethnicity', 'height', 'weight', 'eyes', 'hairColor'] },
{ entity: 'dpdiva', name: 'Liz Jordan', fields: ['avatar', 'description', 'dateOfBirth', 'birthPlace', 'ethnicity', 'height', 'weight', 'eyes', 'hairColor'] },
// arch angel
{ entity: 'archangel', name: 'Summer Brielle', fields: ['avatar', 'description', 'dateOfBirth', 'age', 'measurements', 'height', 'aliases'] },
// the flourish
{ entity: 'theflourishxxx', name: 'XWifeKaren', fields: ['avatar', 'description'] },
];
const actorScrapers = scrapers.actors;
@@ -194,7 +198,7 @@ async function init() {
}
if (source && source !== entitySlug) {
console.log('____', entitySlug);
// console.log('____', entitySlug);
return;
}