Releases: VeNoMouS/cloudscraper
Releases · VeNoMouS/cloudscraper
Release 1.2.52
- Added in "Bot Fight Mode" detection
Release 1.2.50
- hCaptcha fix for deathbycaptcha
- Added new captcha provider CapMonster Cloud
- Replaced package
polling
with polling2
in captcha modules
Release 1.2.46
- Removed debug from 2captcha (ooops my bad).
- Added in
no_proxy
to captcha parameters if you dont want to send proxy to 2captcha / anticaptcha.
- Added in platform filtering to
browser
(User-Agent) via platform
parameter.
- added
doubleDown
parameter to control if re-request is to be performed when Captcha is detected.
Release 1.2.44
- Initial update to Captcha providers to support proxies (anti-captcha, 2captcha).
- Some re-wording, comments and general house cleaning.
Release 1.2.40
~12 days have passed and Cloudflare updated again... they keeping to the schedule 👍
- Fixed: Cloudflare V1 challenge change (broke regex by introducing blank
a.value
).
- Fixed: string -> float -> string causes issues in py2 str() rounding precision
- Enhancement: Added Pre/Posting Hooking into request function.
Release 1.2.38
- Update regex for new Cloudflare changes in numerous places.
- Updated JSFuck challenge for new dynamic k variable.
- Updated interpreters to account for new dynamic k allocation from subset list.
Release 1.2.36
- Update regex for Cloudflare form challenge
- Overwrite auto_set_ecdh by manually setting elliptic curve
- Rewrote native interpreter for JSFuck due to nested calculations
- Added exception if new Cloudflare challenge detected.
- Added support for hCaptcha in 9KW
Release 1.2.34
- Add ability for custom ssl context to be passed
- Added new timer to anticaptcha module
- Fixed Cloudflare's challenge form change
- Removed DNT from headers causing reCaptcha on some sites
- Updated cipher suite for browsers
Release 1.2.32
- hCaptcha support added (anticaptcha, 2captcha)
- Fix for Cloudflare dual challenge form
- cipherSuite update
Release 1.2.30
- Refactored Exceptions classes.
- Updated cipherSuites for Cloudflare.