- Add the ability to select a custom language for speech recognition via the `service_language` parameter.
1.8.3
- Downgrade SpeechRecognition dependency to version 3.8.1 to stop unwanted printing of speech recognition confidence scores.
1.8.2
- Fix logic for finding ReCAPTCHA challenge by searching with `//iframe[contains(src, "recaptcha") and contains(src, "bframe")` instead of the specific src attribute. (Fixes issues 21 and 22)
1.8.1
- Add redirection support for single-step ReCAPTCHA.
1.8.0
- Automatically locate iframe when no iframe is supplied (Credit to Style77). - Reduce the risk of ReCAPTCHA detection by clicking the audio button instead of the image button (Credit to bull-dozer).