forked from DebaucheryLibrarian/traxxx
Passing context object with site or network instead of scraper slug and 'site or network' to all profile scrapers.
This commit is contained in:
@@ -235,7 +235,7 @@ async function fetchScene(url, site) {
|
||||
}
|
||||
|
||||
/* API protected
|
||||
async function fetchProfile(actorName, scraperSlug, site) {
|
||||
async function fetchProfile(actorName, context , site) {
|
||||
const session = bhttp.session();
|
||||
|
||||
await session.get(`https://tour.${site.slug}.com`);
|
||||
|
||||
Reference in New Issue
Block a user