From 844de7a2ad52e069b8d6a1582121bbe9d2e97732 Mon Sep 17 00:00:00 2001 From: zen <71zenith@proton.me> Date: Sat, 1 Aug 2026 20:48:26 +0530 Subject: [PATCH] docs: add instructions for curl-impersonate --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e98197253..9397255a2 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,15 @@ A cli to browse and watch anime (alone AND with friends). This tool scrapes the ## Fixing errors -If you encounter `No results found` (and are sure the prompt was correct) or any breaking issue, then make sure you are on **latest version** by typing -`sudo ani-cli -U` to update on Linux, Mac and Android. On Windows, run `ani-cli -U`. +If you encounter `Blocked by cloudflare. Try installing curl-impersonate` then install `curl-impersonate` from your respective package manager. +If it is not available, then download from their [github](https://github.com/lwthiker/curl-impersonate) by running the following commands. + +```sh +curl -LO "https://github.com/lwthiker/curl-impersonate/releases/download/v0.6.1/curl-impersonate-v0.6.1.x86_64-linux-gnu.tar.gz" +sudo tar xf curl-impersonate-v0.6.1.x86_64-linux-gnu.tar.gz -C /usr/local/bin +``` + +For any other breaking issue, then make sure you are on **latest version** by typing `sudo ani-cli -U` to update on Linux, Mac and Android. On Windows, run `ani-cli -U`. If after this the issue persists then open an issue. ## Install