forked from DebaucheryLibrarian/traxxx
Fixed session reuse in Aylo scraper.
This commit is contained in:
@@ -330,8 +330,6 @@ async function request(method = 'get', url, body, requestOptions = {}, limiter)
|
||||
return bypassCloudflareRequest(url, method, body, withCloudflareBypass, options);
|
||||
}
|
||||
|
||||
console.log(url, options);
|
||||
|
||||
const res = await (body
|
||||
? http[method](url, body, options)
|
||||
: http[method](url, options));
|
||||
|
||||
Reference in New Issue
Block a user