1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-09 13:52:03 +00:00

romanianmetaltorrent: fix login error detection #14773

This commit is contained in:
Garfield69 2023-10-17 20:51:25 +13:00
parent e8893c11f2
commit e03eb57634

View file

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