ad-m / python-anticaptcha

Client library for solve captchas with Anticaptcha.com support.
http://python-anticaptcha.readthedocs.io/en/latest/
MIT License
219 stars 51 forks source link

Bad report sending interface #102

Open Fleapse opened 1 year ago

Fleapse commented 1 year ago

the Job class does not contain information about the type of Job(recaptcha, imagecaptcha hcaptcha..), because of this, inside this class there are several methods for sending a report on whether the captcha\recaptcha.. was solved correctly because of this, the choice of the desired method has to be implemented outside the library, which is ridiculous