Fixed Pascals Sub Sluts interpreting metric as imperial height, filtering unlikely in interpolation. Splitting double actor entries in Top Web Models.

This commit is contained in:
DebaucheryLibrarian
2021-01-15 16:14:48 +01:00
parent 7e78a39717
commit b9e4764516
3 changed files with 13 additions and 8 deletions

View File

@@ -63,7 +63,7 @@ function scrapeProfile({ query }) {
profile.gender = 'female';
profile.nationality = bio.nationality;
profile.height = feetInchesToCm(bio.height);
profile.height = /cm/.test(bio.height) ? parseInt(bio.height, 10) : feetInchesToCm(bio.height);
profile.age = bio.age;
profile.hairColor = bio.hair;