1
0
Fork 0
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:
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