mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
kickasstorrents-to: handle no results. resolves #10093
This commit is contained in:
@@ -58,7 +58,7 @@ search:
|
||||
- path: "{{ if .Keywords }}usearch/{{ .Keywords }}/{{ else }}new/{{ end }}?sortby={{ .Config.sort }}&sort={{ .Config.type }}"
|
||||
|
||||
rows:
|
||||
selector: table.data tr.odd, table.data tr.even
|
||||
selector: table.data tr.odd:has(a[class="cellMainLink"]), table.data tr.even:has(a[class="cellMainLink"])
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
Reference in New Issue
Block a user