-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workaround reCAPTCHA #886
Comments
this sounds reasonable but it is impossible to predict youtubes behavior in the future und thus it could result in unexpected drastic increases of captcha solving. if it is technicaly possible without to much work just let one random user solve it and make it an opt-in option in the preferences. even if just 1% of the users chose to be willing to do this then it would still happen very rarely for the individual volunteer. |
Added with 71bc9ee. If you have an API key you can add it to your config as Through some more testing it does not appear to consistently resolve the issue for blocked instances. It may be possible the issue is in submitting or saving cookies between requests.
It is not possible to embed or present CAPTCHAs to users. |
Thank you. As already mentioned in the chat the longest time the instance was working through anti captcha was 4 minutes. Also the "redirect captcha block" is not handled yet
|
Both endpoints were added, workaround reCAPTCHA is successful. |
@haizrul What you spend depend on your bid, and it doesn't look that different |
I have around the same usage, 15-20 captchas a day. Still 0.04$ a day is nothing. |
Since this was only discussed in the invidious room this issue is now created.
Googles "block" is always done through presenting the user a captcha.
After solving it, the block is gone for 3 hours.
The invidious user should have the ability to solve this captcha for the instance if this is possible.
@TheFrenchGhosty suggested https://anti-captcha.com/ which has an API to solve Captchas and it is very cheap too. This can be used to automatically solve the captcha each 3 hours.
Let's calc
$ Price per 1000
min: 2.36, max: 3.37
I will use 3$ / 1000 reCAPTCHAs
1 CAPTCHA -> 0.003 $
1 day = 8 CAPTACHAs -> 0.024 $
7 days = 56 CAPTACHAs -> 0.168 $
30 days = 240 CAPTCHAs -> 0.72 $
1 year (365 days) = 2920 CAPTACHAs -> 8.76 $
The text was updated successfully, but these errors were encountered: