feat: add new scraper configurations and clarify the PROXY_ETHOS on_failure option in the sample environment file

This commit is contained in:
g0ldyy
2026-01-03 16:37:16 +01:00
parent 6d6fbfb5dc
commit 4a34aad8b7
+1 -1
View File
@@ -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://...