Added The Flourish, adapted Arch Angel scraper.
This commit is contained in:
@@ -90,9 +90,6 @@ function scrapeProfile({ query }, url, entity) {
|
||||
profile.avatar = query.img('.model-profile-image-picture source', { origin: entity.url, attribute: 'srcset' }) || query.img('.model-profile-image-picture img', { origin: entity.url });
|
||||
profile.scenes = scrapeAll(unprint.initAll(query.all('.video-list .thumb')), entity);
|
||||
|
||||
console.log(bio);
|
||||
console.log(profile);
|
||||
|
||||
return profile;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user