mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 13:52:03 +00:00
crackingpatching: switch to path inputs
This commit is contained in:
parent
e661e104aa
commit
f16bed1c9c
1 changed files with 3 additions and 1 deletions
|
@ -55,7 +55,9 @@ download:
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
- path: "?s={{ .Keywords }}&"
|
- path: /
|
||||||
|
inputs:
|
||||||
|
s: "{{ .Keywords }}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: article.post-entry
|
selector: article.post-entry
|
||||||
|
|
Loading…
Add table
Reference in a new issue