From 75c5a37567c9d7c3af675eaeb8ce76a9e7e3f903 Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Sun, 22 Feb 2026 02:58:26 +0100 Subject: [PATCH] Fixed Teen Mega World typo breaking profile avatar. --- src/scrapers/teenmegaworld.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scrapers/teenmegaworld.js b/src/scrapers/teenmegaworld.js index 4e3697c8..807788ae 100755 --- a/src/scrapers/teenmegaworld.js +++ b/src/scrapers/teenmegaworld.js @@ -103,7 +103,7 @@ function scrapeProfile({ query }, url, entity) { profile.hairColor = bio.hair; profile.eyes = bio.eyes; - profile.avatar = query.img('.model-profile-image-picture source', { origin: entity.oorigin, attribute: 'srcset' }) + profile.avatar = query.img('.model-profile-image-picture source', { origin: entity.origin, attribute: 'srcset' }) || query.img('.model-profile-image-picture img', { origin: entity.origin }); profile.scenes = scrapeAll(unprint.initAll(query.all('.video-list .thumb')), entity);