trellas: do not catch 'no results' as an error. #15032

This commit is contained in:
ilike2burnthing 2024-02-06 13:59:04 +00:00 committed by GitHub
parent 71b0df69d3
commit 312db9950a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}"