From 8b17888a838b848a84813b9a8104d1fc75463b4f Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Sun, 4 Jan 2026 15:39:37 -0500 Subject: [PATCH] Specify FlareSolverr is only needed for scraping --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ac8e661..4b5a1e3 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ The name is a playful nod toward converting contents back to the web of yesterye Why suffer in Web 2/3 when you could go "back to one"? # Dependencies +#### Scraping (not needed for API mode) To ensure Backtone always supports current ECMAScript standards, it needs a headless browser instance to execute client-side scripts. To avoid Cloudflare/similar challenge interference, we use [FlareSolverr](https://github.com/FlareSolverr/FlareSolverr). Its Docker image also contains the browser we use. # Usage