Scraping actor scenes from Hussie Pass. Adding entity to actor base releases.
This commit is contained in:
@@ -396,7 +396,7 @@ async function curateProfile(profile) {
|
||||
}).filter(Boolean)
|
||||
: [];
|
||||
|
||||
curatedProfile.releases = toBaseReleases(profile.releases);
|
||||
curatedProfile.releases = toBaseReleases(profile.releases, profile.entity);
|
||||
|
||||
if (profile.ethnicity && !curatedProfile.ethnicity) logger.warn(`Unrecognized ethnicity returned by '${profile.entity.name}' scraper: ${profile.ethnicity}`);
|
||||
if ((profile.hairColor || profile.hair) && !curatedProfile.hairColor) logger.warn(`Unrecognized hair color returned by '${profile.entity.name}' scraper: ${profile.hairColor || profile.hair}`);
|
||||
|
||||
Reference in New Issue
Block a user