-
The most recent Stable branch update for Chrome made Google's reCaptchas significantly harder, which also triggers other security checks even if the captcha is solved. I doubt rolling back and disabling automatic updates would help, and I can't find any other ways to deal with that. Anyone faced the issue or got any pointers? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
reCAPTCHA is different from other anti-bot services because it throws CAPTCHAs even if not detecting Selenium. Instead of bypassing reCAPTCHA, solve the audio challenge with an external repo: |
Beta Was this translation helpful? Give feedback.
reCAPTCHA is different from other anti-bot services because it throws CAPTCHAs even if not detecting Selenium.
Instead of bypassing reCAPTCHA, solve the audio challenge with an external repo:
https://github.com/search?q=pydub.AudioSegment.from_mp3+recaptcha+solver+language%3APython&type=code