mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
torrentquest: add second keyword results page
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user