Cloudscraper Versions Save

A Python module to bypass Cloudflare's anti-bot page.

1.2.52

3 years ago

image

  • Added in "Bot Fight Mode" detection

1.2.50

3 years ago

image

  • hCaptcha fix for deathbycaptcha
  • Added new captcha provider CapMonster Cloud
  • Replaced package polling with polling2 in captcha modules

1.2.46

3 years ago
  • 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.

image

1.2.44

3 years ago
  • Initial update to Captcha providers to support proxies (anti-captcha, 2captcha).
  • Some re-wording, comments and general house cleaning.

image

1.2.40

3 years ago

~12 days have passed and Cloudflare updated again... they keeping to the schedule 👍

image

  • 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.

1.2.38

3 years ago
  • 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.

image

1.2.36

4 years ago
  • 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

image

1.2.34

4 years ago
  • 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

image

1.2.32

4 years ago
  • hCaptcha support added (anticaptcha, 2captcha)
  • Fix for Cloudflare dual challenge form
  • cipherSuite update

1.2.30

4 years ago
  • Refactored Exceptions classes.
  • Updated cipherSuites for Cloudflare.

image