mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 19:58:38 +00:00
acrossthetasman: switch to path inputs
This commit is contained in:
parent
e23366a680
commit
5830b71c5c
1 changed files with 5 additions and 1 deletions
|
@ -53,7 +53,11 @@ login:
|
|||
|
||||
search:
|
||||
paths:
|
||||
- path: "torrents.php?sort={{ .Config.sort }}&order={{ .Config.order}}&query={{ .Keywords }}"
|
||||
- path: torrents.php
|
||||
inputs:
|
||||
sort: "{{ .Config.sort }}"
|
||||
order: "{{ .Config.order }}"
|
||||
query: "{{ .Keywords }}"
|
||||
|
||||
rows:
|
||||
selector: table[width='100%'][align='center']:not([class]) > tbody > tr
|
||||
|
|
Loading…
Add table
Reference in a new issue