- Wait on captcha instead of throwing error. Fix #11
- Fixed hang on multiple requests at once
- Added debug logging, enable with environment variable
HOOMAN_DEBUG=true
- Handle large requests to same site when challenge solving in progress
- Fixed #9
- Fixed proxy issue #10
- Added support for rucaptcha
- Refactored captcha code
- Refactored code
- Added 2captcha support
- Faster and better sandbox code execution
- Added the ability to specify custom retry limit for Cloudflare challenges
// Example
const { body } = await got(url, {
cloudflareRetry: 8, // default 5
});
- Faster and better sandbox code execution
- Added the ability to specify custom retry limit for Cloudflare challenges
// Example
const { body } = await got(url, {
cloudflareRetry: 8, // default 5
});
- Added vm2 to run code safely
- got as peer dependencies