Removed headless option from kink scraper.
This commit is contained in:
parent
5de26263d1
commit
9dd3348535
|
@ -145,7 +145,7 @@ async function scrapeProfile({ query }, actorUrl, include) {
|
||||||
}
|
}
|
||||||
|
|
||||||
async function fetchLatest(site, page = 1) {
|
async function fetchLatest(site, page = 1) {
|
||||||
const { tab } = await http.getBrowserSession('kink', { headless: false });
|
const { tab } = await http.getBrowserSession('kink');
|
||||||
const res = await tab.goto(`https://www.kink.com/search?type=shoots&channelIds=${site.slug}&sort=published&page=${page}`);
|
const res = await tab.goto(`https://www.kink.com/search?type=shoots&channelIds=${site.slug}&sort=published&page=${page}`);
|
||||||
const status = res.status();
|
const status = res.status();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue