mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 21:54:51 +00:00
romanianmetaltorrent: fix login error detection #14773
This commit is contained in:
parent
e8893c11f2
commit
e03eb57634
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@ login:
|
|||
username: "{{ .Config.username }}"
|
||||
password: "{{ .Config.password }}"
|
||||
error:
|
||||
- selector: ":root:contains(\"Wrong Code!\")"
|
||||
message:
|
||||
text: Error, the security code is incorrect.
|
||||
- selector: div.errorSummary
|
||||
message:
|
||||
selector: div.errorSummary ul li
|
||||
|
|
Loading…
Add table
Reference in a new issue