From 4a34aad8b7dfc32b18b868f57cbd6b60460e36bb Mon Sep 17 00:00:00 2001 From: g0ldyy <153996346+g0ldyy@users.noreply.github.com> Date: Sat, 3 Jan 2026 16:37:16 +0100 Subject: [PATCH] feat: add new scraper configurations and clarify the `PROXY_ETHOS` `on_failure` option in the sample environment file --- .env-sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env-sample b/.env-sample index d84433b..fcff639 100644 --- a/.env-sample +++ b/.env-sample @@ -93,7 +93,7 @@ ANIME_MAPPING_REFRESH_INTERVAL=86400 # Seconds between background anime mapping # Networking & Proxy Configuration # # ============================== # GLOBAL_PROXY_URL= # Global proxy for all outbound requests (e.g. http://user:pass@host:port) -PROXY_ETHOS=always # always: use proxy for everything; on_failure: retry with proxy if direct fails; never: never use proxy (unless specific scraper override) +PROXY_ETHOS=always # always: use proxy for everything; on_failure: retry with proxy if direct fails (not recommended); never: never use proxy (unless specific scraper override) # Scraper specific proxies can be set using [SCRAPERNAME]_PROXY_URL # Example: TORRENTIO_PROXY_URL=http://...