mirror of https://github.com/Jackett/Jackett
oxtorrent: handle not-found result. resolves #7093
This commit is contained in:
parent
6f8afcf584
commit
9157294dc0
|
@ -46,7 +46,7 @@
|
|||
- path: "{{ if .Keywords }}recherche/{{ .Keywords }}{{else}}{{end}}"
|
||||
|
||||
rows:
|
||||
selector: div.listing-torrent > table > tbody > tr:has(a)
|
||||
selector: div.listing-torrent > table > tbody > tr:has(a[href^="torrent/"]), div.listing-torrent > table > tbody > tr:has(a[href^="/torrent/"])
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
|
Loading…
Reference in New Issue