mirror of https://github.com/Jackett/Jackett
kickasstorrent-kathow: fix #2255 new search path
This commit is contained in:
parent
df068d6e4d
commit
3a5db7e813
|
@ -29,9 +29,7 @@
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
- path: "search.php"
|
- path: "{{ if .Keywords }}usearch/{{ .Keywords }}/{{else}}new/{{end}}"
|
||||||
inputs:
|
|
||||||
q: "{{ .Query.Keywords }}"
|
|
||||||
rows:
|
rows:
|
||||||
selector: table[class="data"] tr[id]
|
selector: table[class="data"] tr[id]
|
||||||
fields:
|
fields:
|
||||||
|
|
Loading…
Reference in New Issue