mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00:00
1 KiB
1 KiB
title | description | published | date | tags | editor | dateCreated |
---|---|---|---|---|---|---|
How-to-setup-Anti-Captcha | true | 2021-05-23T16:58:44.758Z | markdown | 2021-01-28T20:39:41.544Z |
- Register on anti-captcha.com: https://anti-captcha.com/clients/entrance/register and finish the registration with the link provided in your mailbox.
- Head over the "Add fund" page: https://anti-captcha.com/clients/finance/refill and use whatever currency you prefer to use for adding $2 into your balance.
Do note that cryptocurrencies give a bonus of 20% at the first time you add funds then 10% for each new recharge. - After adding funds, go the API key link: https://anti-captcha.com/clients/settings/apisetup 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!