acrossthetasman: switch to path inputs

This commit is contained in:
Garfield69
2024-01-05 16:16:31 +13:00
parent e23366a680
commit 5830b71c5c

View File

@@ -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