Added The Flourish, adapted Arch Angel scraper.

This commit is contained in:
DebaucheryLibrarian
2023-11-07 04:29:35 +01:00
parent 7caa325c5f
commit eba96df631
45 changed files with 101 additions and 15 deletions

View File

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