Updated profile scrapers to use base actor instead of actor name. Fixes for Reality Kings and Cherry Pimps scrapers.
This commit is contained in:
@@ -86,7 +86,7 @@ async function fetchScene(url, channel) {
|
||||
}
|
||||
|
||||
/* API protected
|
||||
async function fetchProfile(actorName, context , site) {
|
||||
async function fetchProfile({ name: actorName }, context , site) {
|
||||
const session = bhttp.session();
|
||||
|
||||
await session.get(`https://tour.${site.slug}.com`);
|
||||
|
||||
Reference in New Issue
Block a user