Updated Vixen scraper with more informative API query.
This commit is contained in:
@@ -316,6 +316,8 @@ function scrapeProfile(html, url, actorName, entity) {
|
||||
|
||||
profile.releases = Array.from(document.querySelectorAll('.category_listing_block .update_details > a:first-child'), (el) => el.href);
|
||||
|
||||
console.log(profile);
|
||||
|
||||
return profile;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user