From 14bfee2148a2f5c31fabdfadf571bca294b479b3 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Mon, 12 Feb 2024 01:26:27 +0000 Subject: [PATCH] torrentdownload: revert keywordless search to homepage --- src/Jackett.Common/Definitions/torrentdownload.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/torrentdownload.yml b/src/Jackett.Common/Definitions/torrentdownload.yml index 7b10666f6..bd7539f72 100644 --- a/src/Jackett.Common/Definitions/torrentdownload.yml +++ b/src/Jackett.Common/Definitions/torrentdownload.yml @@ -118,7 +118,7 @@ download: search: paths: - - path: "search{{ re_replace .Config.sort \"_\" \"\" }}?q={{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}" + - path: "{{ if .Keywords }}search{{ re_replace .Config.sort \"_\" \"\" }}?q={{ .Keywords }}{{ else }}/{{ end }}" rows: selector: table.table2 > tbody > tr:has(span.smallish)