Fixed Teen Mega World typo breaking profile avatar.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user