forked from DebaucheryLibrarian/traxxx
Not parsing HTML with jsdom when using http module directly to save memory. Added loading ellipsis to release grid pages.
This commit is contained in:
@@ -171,6 +171,7 @@ async function getSession(site, parameters) {
|
||||
session,
|
||||
interval: parameters?.interval,
|
||||
concurrency: parameters?.concurrency,
|
||||
parse: false,
|
||||
});
|
||||
|
||||
if (res.statusCode === 200) {
|
||||
|
||||
Reference in New Issue
Block a user