Skip to content

Commit

Permalink
Release 1.2.62
Browse files Browse the repository at this point in the history
  • Loading branch information
VeNoMouS committed Aug 27, 2022
1 parent bddf8a2 commit 11a6ef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloudscraper/__init__.py
Expand Up @@ -38,7 +38,7 @@

# ------------------------------------------------------------------------------- #

__version__ = '1.2.61'
__version__ = '1.2.62'

# ------------------------------------------------------------------------------- #

Expand Down
2 changes: 1 addition & 1 deletion cloudscraper/cloudflare.py
Expand Up @@ -132,7 +132,7 @@ def is_Captcha_Challenge(resp):
resp.headers.get('Server', '').startswith('cloudflare')
and resp.status_code == 403
and re.search(
r'action="/\S+__cf_chl_captcha_tk__=\S+',
r'''action="/\S+__cf_chl(|_f)_tk=\S+''',
resp.text,
re.M | re.DOTALL
)
Expand Down

0 comments on commit 11a6ef7

Please sign in to comment.