mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
oxtorrent: handle not-found result. resolves #7093
This commit is contained in:
parent
6f8afcf584
commit
9157294dc0
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue