From 1951dfe5a77826ab4d677dee6c72cfe3d14355d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milien=20Devos?= Date: Sat, 12 Sep 2020 11:41:55 +0300 Subject: [PATCH] Created How to setup Anti-Captcha (markdown) --- How-to-setup-Anti-Captcha.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 How-to-setup-Anti-Captcha.md diff --git a/How-to-setup-Anti-Captcha.md b/How-to-setup-Anti-Captcha.md new file mode 100644 index 0000000..4f155dc --- /dev/null +++ b/How-to-setup-Anti-Captcha.md @@ -0,0 +1,10 @@ +1. Register on anti-captcha.com: https://anti-captcha.com/clients/entrance/register and finish the registration with the link provided in your mailbox. +2. 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. +3. 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**). +4. Edit your Invidious `config.yml` file (should be located in the `config` directory) and add your account key at the end of the file after the `captcha_key` parameter. +Here is an example: +```yml +captcha_key: acuGae2riad5quashoug3Leeh +``` +5. Restart Invidious and that's it! \ No newline at end of file