diff --git a/Writerside/topics/Indexer-Settings.md b/Writerside/topics/Indexer-Settings.md index 61ecba9..cd53672 100644 --- a/Writerside/topics/Indexer-Settings.md +++ b/Writerside/topics/Indexer-Settings.md @@ -36,6 +36,13 @@ DEBUG - media_manager.indexer.utils - Read timed out. (read timeout=10) ``` +- `follow_redirects` + +This is necessary for some indexers that use redirect links for torrent downloads. Especially useful if your download +client cannot access Prowlarr directly. This increases the time it takes to fetch torrent details, so only enable it if +you really need it. +Default is `false`. + ## Jackett (`[indexers.jackett]`) - `enabled` diff --git a/config.dev.toml b/config.dev.toml index 3ae7e43..c69f477 100644 --- a/config.dev.toml +++ b/config.dev.toml @@ -121,6 +121,7 @@ url = "http://localhost:9696" api_key = "" reject_torrents_on_url_error = true timeout_seconds = 60 +follow_redirects = false # Jackett settings [indexers.jackett] diff --git a/config.example.toml b/config.example.toml index ed5f1b6..9bda286 100644 --- a/config.example.toml +++ b/config.example.toml @@ -121,6 +121,7 @@ url = "http://localhost:9696" api_key = "" reject_torrents_on_url_error = true timeout_seconds = 60 +follow_redirects = false # Jackett settings [indexers.jackett]