Refactored Love Her Films, using API. Fixed Naughty America scraper for Tonight's Girlfriend.

This commit is contained in:
DebaucheryLibrarian
2026-01-21 23:00:28 +01:00
parent c0459201b6
commit b0b8295629
7 changed files with 184 additions and 100 deletions

View File

@@ -61,7 +61,7 @@ function kgToLbs(kgs) {
function curateConvertInput(string) {
if (/[']|(fe*o*t)/.test(string)) {
const result = string.match(/(\d+).*(\d+)/);
const result = string.match(/(\d+).*?(\d+)/);
if (result) {
return `${result[1]}ft ${result[2]}in`;