mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
trellas: do not catch 'no results' as an error. #15032
This commit is contained in:
@@ -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 }}"
|
||||
|
Reference in New Issue
Block a user