Fixed Teen Mega World typo breaking profile avatar.

This commit is contained in:
DebaucheryLibrarian
2026-02-22 02:58:26 +01:00
parent 9aa7fd77c4
commit 75c5a37567

View File

@@ -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);