1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-08 21:06:25 +00:00

torrent9-tel: change login error trap

This commit is contained in:
Garfield69 2024-06-17 05:53:49 +12:00
parent 5f055f7dd1
commit e0561a1e9b

View file

@ -96,9 +96,9 @@ login:
pass: "{{ .Config.password }}" pass: "{{ .Config.password }}"
submit: submit submit: submit
error: error:
- selector: :root:contains("Pseudo ou Mot de passe erron") - selector: :root:contains("Pseudo ou Mot de passe incorrect")
message: message:
text: "Pseudo ou Mot de passe erroné" text: "Pseudo ou Mot de passe incorrect"
test: test:
path: / path: /
selector: a[href="/index.php?page=logout"] selector: a[href="/index.php?page=logout"]