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