morpheus65535 / bazarr

Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.
https://www.bazarr.media
GNU General Public License v3.0
2.78k stars 218 forks source link

Feature Request: Add abilty to use Captcha Breaker, #675

Closed Zeusy123 closed 4 years ago

Zeusy123 commented 4 years ago

Been thinking of using to save on anti captcha. http://docu.gsa-online.de/captcha_breaker/options Basically it runs on my system and fire capcha images @ it and it decodes them.

Wondering if anyway to add this feature? Software give 5 days demo if you wish to try?

Thanks

morpheus65535 commented 4 years ago

Why not use anti-captcha.com? It will cost you 0.0022US$ by month approximately... It doesn't worth that I put additional time with that software... :-/

chemputer commented 10 months ago

I know this is closed, but with the rising prices (and growing efficacy issues) of Death By Captcha and Anti-Captcha, I was curious if it might be considered to add support for and even integrate something like https://github.com/NoahCardoza/CaptchaHarvester, it does have a Python API, so it should be fairly straightforward and simple to do.

Based on the example code, it does look pretty easy to integrate, I looked at the death by captcha code, and that seems complex in comparison.

If I knew the way Bazarr worked better I'd give it a shot myself, but right now I'd have to spend a fair bit of time familiarizing and whatnot first. If it's anywhere close to as easy as I think it is, someone familiar with the project shouldn't have much of an issue.

The downsides are it can only, as far as I can tell, solve hcaptcha, and recaptcha v2/v3, which is a decent amount, but not everything.

morpheus65535 commented 10 months ago

@chemputer I have no plan to add other anti-captcha providers. In fact I'm more and more moving away from providers who implement protections like these. I have no time to fight with them and prefer to improve Bazarr features.

chemputer commented 10 months ago

I can respect that. I think you understood, but the way you phrased it as "providers" makes me a little unsure, so just to be clear, local solving only, not a paid service. (To be honest I'm not sure what I'd call that, but "Provider" does work I guess.)

If I put the time in myself and submit a PR would you take a look?

morpheus65535 commented 10 months ago

@chemputer I was referring to the concept of a provider but in fact it's a solver, whenever it's local or remote.

Yes I would review and merge a PR for that.