Updated Vixen scraper with more informative API query.

This commit is contained in:
DebaucheryLibrarian
2023-07-06 04:24:47 +02:00
parent 43d8b93953
commit 18744372b3
7 changed files with 274 additions and 175 deletions

View File

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