Fixed ExploitedX not matching some age fields.
This commit is contained in:
@@ -81,7 +81,7 @@ function scrapeProfile({ query }, _entity) {
|
||||
|
||||
const bio = Object.fromEntries(keys.map((key, index) => [slugify(key, '_'), values[index]]));
|
||||
|
||||
profile.age = Number(bio.age) || null;
|
||||
profile.age = unprint.extractNumber(bio.age);
|
||||
profile.height = convert(bio.height, 'cm');
|
||||
profile.measurements = bio.measurements;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user