From 08107b671384f0bac032e5498bf3729b17dbaf99 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Sun, 15 Nov 2020 18:13:51 +0000 Subject: [PATCH] torrentquest: add second keyword results page --- src/Jackett.Common/Definitions/torrentquest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/torrentquest.yml b/src/Jackett.Common/Definitions/torrentquest.yml index d2604a0ab..383527675 100644 --- a/src/Jackett.Common/Definitions/torrentquest.yml +++ b/src/Jackett.Common/Definitions/torrentquest.yml @@ -56,7 +56,7 @@ search: # https://torrentquest.com/download/movies/se/desc/ # https://torrentquest.com/m/mandalorian-s01e07/age/desc/ - path: "{{ if .Keywords }}{{ re_replace .Keywords \"(.).*\" \"$1\" }}/{{ .Keywords }}/{{ .Config.sort }}/{{ .Config.type }}/{{ else }}download/movies/{{ end }}" - - path: "{{ if .Keywords }}/{{ .Config.sort }}/{{ .Config.type }}/{{ else }}download/tv/{{ end }}" + - path: "{{ if .Keywords }}{{ re_replace .Keywords \"(.).*\" \"$1\" }}/{{ .Keywords }}/{{ .Config.sort }}/{{ .Config.type }}/2/{{ else }}download/tv/{{ end }}" rows: selector: tr:has(td.m)