mirror of https://github.com/Jackett/Jackett
zetorrents: handle no results error. resolves #7776
This commit is contained in:
parent
3139a2cd1d
commit
39a3157d75
|
@ -31,7 +31,7 @@
|
||||||
- path: "{{ if .Keywords }}recherche/{{ .Keywords }}{{else}}{{end}}"
|
- path: "{{ if .Keywords }}recherche/{{ .Keywords }}{{else}}{{end}}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table.table > tbody > tr
|
selector: table.table > tbody > tr:has(a[href^="/torrent/"])
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
|
|
Loading…
Reference in New Issue