mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
torrentdownloads: add followredirect
the /today/?search= redirects to /today/
This commit is contained in:
@@ -93,6 +93,7 @@ download:
|
|||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
- path: "{{ if .Keywords }}/search/{{ else }}/today/{{ end }}"
|
- path: "{{ if .Keywords }}/search/{{ else }}/today/{{ end }}"
|
||||||
|
followredirect: true
|
||||||
inputs:
|
inputs:
|
||||||
$raw: "{{ range .Categories }}s_cat={{.}}&{{end}}"
|
$raw: "{{ range .Categories }}s_cat={{.}}&{{end}}"
|
||||||
search: "{{ .Keywords }}"
|
search: "{{ .Keywords }}"
|
||||||
|
Reference in New Issue
Block a user