Updated profile scrapers to use base actor instead of actor name. Fixes for Reality Kings and Cherry Pimps scrapers.
This commit is contained in:
@@ -100,7 +100,7 @@ async function fetchScene(url, entity) {
|
||||
return res.ok ? scrapeScene(res.item, entity) : res.status;
|
||||
}
|
||||
|
||||
async function fetchProfile(actorName) {
|
||||
async function fetchProfile({ name: actorName }) {
|
||||
const url = `https://pervcity.com/models/${slugify(actorName)}.html`;
|
||||
const res = await qu.get(url);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user