mirror of
https://github.com/Jackett/Jackett
synced 2024-12-29 11:17:22 +00:00
xfsub: handle no-results. resolves #8404
This commit is contained in:
parent
921e107633
commit
4254e088e7
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
- path: "{{ if .Keywords }}search.php?keyword={{ .Keywords }}{{else}}{{end}}"
|
||||
|
||||
rows:
|
||||
selector: table#listTable > tbody > tr
|
||||
selector: table#listTable > tbody > tr:has(a[href^="sort-"])
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
|
Loading…
Reference in a new issue