Removed headless option from kink scraper.

This commit is contained in:
DebaucheryLibrarian 2022-12-28 23:06:08 +01:00
parent 5de26263d1
commit 9dd3348535
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ async function scrapeProfile({ query }, actorUrl, include) {
}
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 status = res.status();