mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00:00
905 B
905 B
How to setup Anti-Captcha
- Register on anti-captcha.com and finish the registration with the link provided in your mailbox.
- Head over to the Add fund page and use whatever currency you prefer to use for adding $2 into your balance. Do note that cryptocurrencies give a bonus of 20% the first time you add funds and then 10% for each new recharge.
- After adding funds, go to the API key link and copy your
Account Key
(never share it, it's confidential). - Edit your Invidious
config.yml
file (should be located in theconfig
directory) and add your account key at the end of the file after thecaptcha_key
parameter. Here is an example:
captcha_key: acuGae2riad5quashoug3Leeh
- Restart Invidious and that's it!