mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 06:40:57 +00:00
kickasstorrent-kathow: fix #2255 new search path
This commit is contained in:
parent
df068d6e4d
commit
3a5db7e813
1 changed files with 1 additions and 3 deletions
|
@ -29,9 +29,7 @@
|
|||
|
||||
search:
|
||||
paths:
|
||||
- path: "search.php"
|
||||
inputs:
|
||||
q: "{{ .Query.Keywords }}"
|
||||
- path: "{{ if .Keywords }}usearch/{{ .Keywords }}/{{else}}new/{{end}}"
|
||||
rows:
|
||||
selector: table[class="data"] tr[id]
|
||||
fields:
|
||||
|
|
Loading…
Reference in a new issue