using 2captcha api instead of manually solving with tesseract. ke.y is in script but i dont care
This commit is contained in:
@@ -84,7 +84,7 @@ async function main() {
|
||||
const site = sitesToProcess[i];
|
||||
console.log(`[${i + 1}/${sitesToProcess.length}]`);
|
||||
|
||||
const result = await processSite(browser, site, globalCreds, browserConfig, cliOptions.keepOpen);
|
||||
const result = await processSite(browser, site, globalCreds, browserConfig, cliOptions.keepOpen, cliOptions.dryRun);
|
||||
|
||||
if (result.siteFailed) {
|
||||
failedSites.push({
|
||||
|
||||
Reference in New Issue
Block a user