mirror of
https://github.com/Jackett/Jackett
synced 2025-03-08 21:06:25 +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:
|
search:
|
||||||
paths:
|
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:
|
rows:
|
||||||
selector: table[width='100%'][align='center']:not([class]) > tbody > tr
|
selector: table[width='100%'][align='center']:not([class]) > tbody > tr
|
||||||
|
|
Loading…
Add table
Reference in a new issue