Moved all of ExploitedX and Nebraska Coeds into generic ElevatedX scraper.

This commit is contained in:
DebaucheryLibrarian
2021-02-14 01:53:03 +01:00
parent f79505f3f6
commit 372b5da704
34 changed files with 251 additions and 252 deletions

View File

@@ -376,7 +376,7 @@ async function curateProfile(profile, actor) {
curatedProfile.hip = Number(profile.hip) || profile.hip?.match?.(/\d+/)?.[0] || null;
// combined measurement value
const measurements = profile.measurements?.match(/(\d+)(\w+)-(\d+)-(\d+)/);
const measurements = profile.measurements?.match(/(\d+)(\w+)[-x](\d+)[-x](\d+)/); // ExCoGi uses x
if (measurements) {
curatedProfile.bust = Number(measurements[1]);