mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 15:13:24 +02:00
add configuration option to enable following redirects in prowlarr
This commit is contained in:
@@ -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`
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user