mirror of
https://github.com/Jackett/Jackett
synced 2025-03-08 21:06:25 +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:
|
search:
|
||||||
paths:
|
paths:
|
||||||
- path: "{{ if .Keywords }}?search2=eelja13lfea&search={{ .Keywords }}{{ else }}{{ end }}"
|
- path: /
|
||||||
|
inputs:
|
||||||
|
search2: "{{ if .Keywords }}eelja13lfea{{ else }}{{ end }}"
|
||||||
|
search: "{{ .Keywords }}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table.torrent-list > tbody > tr:has(a[href^="/view?id="])
|
selector: table.torrent-list > tbody > tr:has(a[href^="/view?id="])
|
||||||
|
|
Loading…
Add table
Reference in a new issue