From 66f4d9fb563086a645858ece8e84e11a202bd11a Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Tue, 7 Sep 2021 09:20:30 +1200 Subject: [PATCH] torrentdownloads: add followredirect the /today/?search= redirects to /today/ --- src/Jackett.Common/Definitions/torrentdownloads.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Jackett.Common/Definitions/torrentdownloads.yml b/src/Jackett.Common/Definitions/torrentdownloads.yml index e69de6557..63a3dbbaf 100644 --- a/src/Jackett.Common/Definitions/torrentdownloads.yml +++ b/src/Jackett.Common/Definitions/torrentdownloads.yml @@ -93,6 +93,7 @@ download: search: paths: - path: "{{ if .Keywords }}/search/{{ else }}/today/{{ end }}" + followredirect: true inputs: $raw: "{{ range .Categories }}s_cat={{.}}&{{end}}" search: "{{ .Keywords }}"