Fixed RK scraper returning dick size as bust size.
This commit is contained in:
@@ -315,7 +315,7 @@ async function mergeProfiles(profiles, actor) {
|
||||
residencePlace: prevProfile.residencePlace || profile.residencePlace,
|
||||
nationality: prevProfile.nationality || profile.nationality, // used to derive country when not available
|
||||
ethnicity: prevProfile.ethnicity || profile.ethnicity,
|
||||
bust: prevProfile.bust || profile.bust,
|
||||
bust: prevProfile.bust || (/\d+\w+/.test(profile.bust) && profile.bust),
|
||||
waist: prevProfile.waist || profile.waist,
|
||||
hip: prevProfile.hip || profile.hip,
|
||||
naturalBoobs: prevProfile.naturalBoobs === undefined ? profile.naturalBoobs : prevProfile.naturalBoobs,
|
||||
|
||||
Reference in New Issue
Block a user