mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 19:58:38 +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:
|
||||
paths:
|
||||
- path: "?s={{ .Keywords }}&"
|
||||
- path: /
|
||||
inputs:
|
||||
s: "{{ .Keywords }}"
|
||||
|
||||
rows:
|
||||
selector: article.post-entry
|
||||
|
|
Loading…
Add table
Reference in a new issue