add configuration option to enable following redirects in prowlarr

This commit is contained in:
maxid
2025-12-19 19:03:51 +01:00
parent 2e95798e04
commit 322b868996
3 changed files with 9 additions and 0 deletions

View File

@@ -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`

View File

@@ -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]

View File

@@ -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]