Added puppeteer to http module, refactored Kink scraper to utilize it.

This commit is contained in:
DebaucheryLibrarian
2022-12-28 01:34:12 +01:00
parent 17feadbc15
commit 74214bc060
14 changed files with 537 additions and 62 deletions

View File

@@ -208,6 +208,7 @@ async function init() {
}
await http.destroyBypassSessions();
await http.destroyBrowserSessions();
knex.destroy();
done = true;