mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 19:58:38 +00:00
aniarena: switch to path inputs
This commit is contained in:
parent
5830b71c5c
commit
e661e104aa
1 changed files with 3 additions and 1 deletions
|
@ -41,7 +41,9 @@ caps:
|
|||
|
||||
search:
|
||||
paths:
|
||||
- path: "{{ if .Keywords }}?s={{ .Keywords}}{{ else }}{{ end }}"
|
||||
- path: /
|
||||
inputs:
|
||||
s: "{{ .Keywords }}"
|
||||
|
||||
rows:
|
||||
selector: table tbody tr:has(td.torrents_small_type_data1)
|
||||
|
|
Loading…
Add table
Reference in a new issue