Updated profile scrapers to use base actor instead of actor name. Fixes for Reality Kings and Cherry Pimps scrapers.
This commit is contained in:
@@ -134,7 +134,7 @@ async function fetchScene(url, entity) {
|
||||
return res.status;
|
||||
}
|
||||
|
||||
async function fetchProfile(actorName, { entity }, include) {
|
||||
async function fetchProfile({ name: actorName }, { entity }, include) {
|
||||
const res = await http.get(`https://teencoreclub.com/api/actors?query=${actorName}`);
|
||||
|
||||
if (res.ok) {
|
||||
|
||||
Reference in New Issue
Block a user