mirror of
https://github.com/Jackett/Jackett
synced 2025-02-25 15:42:48 +00:00
torrent-turk: add info about unread PM
This commit is contained in:
parent
aee7bba3ce
commit
03af2a6d1d
1 changed files with 14 additions and 9 deletions
|
@ -89,6 +89,10 @@
|
||||||
options:
|
options:
|
||||||
"desc": "desc"
|
"desc": "desc"
|
||||||
"asc": "asc"
|
"asc": "asc"
|
||||||
|
- name: info_results
|
||||||
|
type: info
|
||||||
|
label: Search results
|
||||||
|
default: "If you are getting the error: <b>An error has occured!You can't view this page unless you read all your unread messages</b>, then access the site with your browser and <b>mark as read</b> all PMs."
|
||||||
|
|
||||||
login:
|
login:
|
||||||
path: ?p=home&pid=1
|
path: ?p=home&pid=1
|
||||||
|
@ -129,6 +133,7 @@
|
||||||
"sortOptions[sortOrder]": "{{ .Config.type }}"
|
"sortOptions[sortOrder]": "{{ .Config.type }}"
|
||||||
error:
|
error:
|
||||||
- selector: div.error:not(:contains("Hiçbir sonuç bulunamadı."))
|
- selector: div.error:not(:contains("Hiçbir sonuç bulunamadı."))
|
||||||
|
# does not support imdbid search and does not return imdb link in results.
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table#torrents_table_classic > tbody > tr:has(td.torrent_name)
|
selector: table#torrents_table_classic > tbody > tr:has(td.torrent_name)
|
||||||
|
|
Loading…
Reference in a new issue