mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
acrossthetasman: switch to path inputs
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user