1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-06 19:58:38 +00:00

aniarena: switch to path inputs

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

View file

@ -41,7 +41,9 @@ caps:
search:
paths:
- path: "{{ if .Keywords }}?s={{ .Keywords}}{{ else }}{{ end }}"
- path: /
inputs:
s: "{{ .Keywords }}"
rows:
selector: table tbody tr:has(td.torrents_small_type_data1)