Updated Hussie Pass scraper for new site design. Added cock size to profiles.
This commit is contained in:
@@ -26,6 +26,10 @@ function cmToFeetInches(centimeters) {
|
||||
return { feet, inches };
|
||||
}
|
||||
|
||||
function cmToInches(centimeters) {
|
||||
return centimeters / 2.54;
|
||||
}
|
||||
|
||||
function heightToCm(height) {
|
||||
if (!height) return null;
|
||||
|
||||
@@ -52,6 +56,7 @@ function kgToLbs(kgs) {
|
||||
|
||||
module.exports = {
|
||||
cmToFeetInches,
|
||||
cmToInches,
|
||||
feetInchesToCm,
|
||||
heightToCm,
|
||||
inchesToCm,
|
||||
|
||||
Reference in New Issue
Block a user