mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 19:58:38 +00:00
u3c3: amend paths/inputs to conform to current standards
This commit is contained in:
parent
b9f902159d
commit
29c61c1327
1 changed files with 4 additions and 1 deletions
|
@ -34,7 +34,10 @@ settings: []
|
|||
|
||||
search:
|
||||
paths:
|
||||
- path: "{{ if .Keywords }}?search2=eelja13lfea&search={{ .Keywords }}{{ else }}{{ end }}"
|
||||
- path: /
|
||||
inputs:
|
||||
search2: "{{ if .Keywords }}eelja13lfea{{ else }}{{ end }}"
|
||||
search: "{{ .Keywords }}"
|
||||
|
||||
rows:
|
||||
selector: table.torrent-list > tbody > tr:has(a[href^="/view?id="])
|
||||
|
|
Loading…
Add table
Reference in a new issue