mirror of https://github.com/Jackett/Jackett
BTNext: fix error on no results
This commit is contained in:
parent
8e1d321817
commit
4b02141250
|
@ -120,7 +120,7 @@
|
||||||
search_type: "name"
|
search_type: "name"
|
||||||
searchin: "title"
|
searchin: "title"
|
||||||
error:
|
error:
|
||||||
- selector: div.error
|
- selector: div.error:not(:contains("Não existem resultados encontrados."))
|
||||||
rows:
|
rows:
|
||||||
selector: table#torrents_table_classic > tbody > tr:has(td.torrent_name)
|
selector: table#torrents_table_classic > tbody > tr:has(td.torrent_name)
|
||||||
fields:
|
fields:
|
||||||
|
|
Loading…
Reference in New Issue