Skip to content
This repository has been archived by the owner on Mar 13, 2022. It is now read-only.

Captcha support #4

Open
Arias800 opened this issue Apr 13, 2019 · 7 comments
Open

Captcha support #4

Arias800 opened this issue Apr 13, 2019 · 7 comments
Labels
enhancement New feature or request

Comments

@Arias800
Copy link
Owner

I started to work for add support of ReCaptcha with manuel resolve but It's not finish because I don't have finish to get the last token
https://github.com/Arias800/Fichier-divers/blob/master/cfrecaptcha/cfCaptcha.py

@Arias800 Arias800 added the enhancement New feature or request label Apr 13, 2019
@doko-desuka
Copy link
Collaborator

doko-desuka commented Apr 14, 2019

The captcha they use is Google's ReCaptcha, so if you find a way to let the user solve that in Python, that's what you'd use.

The only code I know that lets you solve this kind of captcha outside

@doko-desuka
Copy link
Collaborator

doko-desuka commented Apr 14, 2019

...outside of the page it appears on, is JDownloader's:
https://github.com/mirror/jdownloader/blob/master/src/org/jdownloader/captcha/v2/challenge/recaptcha/v2/RecaptchaV2Challenge.java#L500-L517

But what they actually use is a customizable Java browser, so they can go in and manipulate the page and do whatever they want between requests.

@Matthew17-21
Copy link

Why not have a captcha service solve the ReCaptcha for the user?

@ebs111222
Copy link

@mlugo2017 do you know of a free service?

@Matthew17-21
Copy link

Not free ones, unfortunately. I figured it was best to use a service such as 2captcha to solve the captchas just in case one was planning on scraping a site or anything similar.

@Arias800
Copy link
Owner Author

Arias800 commented Jun 6, 2019

I have update the file (in this version in can get the recaptcha token but I'm stuck with the cloudflare parameters) : Arias800/Fichier-divers@18d74b7

@Arias800
Copy link
Owner Author

Arias800 commented Jun 9, 2019

Does anyone know why cloudflare response with a error 500 ? : https://github.com/Arias800/Fichier-divers/blob/master/cfrecaptcha/cfCaptcha.py

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants