mirror of https://github.com/Jackett/Jackett
trellas: do not catch 'no results' as an error. #15032
This commit is contained in:
parent
71b0df69d3
commit
312db9950a
|
@ -176,7 +176,7 @@ search:
|
|||
"sortOptions[sortBy]": "{{ .Config.sort }}"
|
||||
"sortOptions[sortOrder]": "{{ .Config.type }}"
|
||||
error:
|
||||
- selector: div#show_error font
|
||||
- selector: div#show_error:not(:contains("Δεν βρέθηκαν αποτελέσματα")) font
|
||||
|
||||
rows:
|
||||
selector: "div#content > div.torrent-box[id^=\"torrent_\"]{{ if .Config.freeleech }}:has(img[src$=\"torrent_free.png\"]){{ else }}{{ end }}, tr:has(a[href*=\"?p=torrents\"][href*=\"&action=details\"]){{ if .Config.freeleech }}:has(img[src$=\"torrent_free.png\"]){{ else }}{{ end }}"
|
||||
|
|
Loading…
Reference in New Issue