mirror of https://github.com/Jackett/Jackett
trupornolabs: prevent error msg when not found. resolves #9497
This commit is contained in:
parent
ebefe95776
commit
b4b00fbf24
|
@ -26,7 +26,7 @@ search:
|
|||
- path: "{{ if .Keywords }}search/{{ .Keywords }}{{ else }}browse/0/0/0/0{{ end }}"
|
||||
|
||||
rows:
|
||||
selector: tr.gai
|
||||
selector: tr.gai:has(a[href^="/torrent/"])
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
|
Loading…
Reference in New Issue