Skip to content

Commit

Permalink
selezen: update login error selector
Browse files Browse the repository at this point in the history
site also uses div.alert-warning for torrent update notices
  • Loading branch information
ilike2burnthing committed Apr 1, 2021
1 parent 3f96f9d commit 8f029c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Jackett.Common/Definitions/selezen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ login:
login_not_save: ""
login: submit
error:
- selector: div.alert-warning
- selector: div.alert-warning:contains("Ошибка авторизации")
test:
path: /
selector: a[href$="/index.php?action=logout"]
Expand Down

0 comments on commit 8f029c1

Please sign in to comment.