feat: capmonster

This commit is contained in:
Elysia
2023-03-05 17:51:34 +07:00
parent ee906b544e
commit 3d44ff54f7
6 changed files with 47 additions and 3 deletions

View File

@@ -1033,6 +1033,8 @@ class Client extends BaseClient {
throw new TypeError('CLIENT_INVALID_OPTION', 'captchaKey', 'a 32 character string');
}
break;
case 'capmonster':
break;
}
}
if (typeof options.captchaRetryLimit !== 'number' || isNaN(options.captchaRetryLimit)) {