-
Notifications
You must be signed in to change notification settings - Fork 0
Captcha support #4
Comments
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 |
...outside of the page it appears on, is JDownloader's: 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. |
Why not have a captcha service solve the ReCaptcha for the user? |
@mlugo2017 do you know of a free service? |
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. |
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 |
Does anyone know why cloudflare response with a error 500 ? : https://github.com/Arias800/Fichier-divers/blob/master/cfrecaptcha/cfCaptcha.py |
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
The text was updated successfully, but these errors were encountered: