Skip to content

Commit

Permalink
lesaloon: new login form. #11698
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed May 10, 2021
1 parent fbad508 commit 56a7e43
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/Jackett.Common/Definitions/lesaloon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,11 @@ login:
method: form
form: form[action^="login"]
inputs:
uid: "{{ .Config.username }}"
pwd: "{{ .Config.password }}"
rememberme: ""
captcha:
type: image
selector: img[src^="access_code/"]
input: private_key
username: "{{ .Config.username }}"
password: "{{ .Config.password }}"
loginButton: X
error:
- selector: tr td span[style="color:#FF0000;"]
- selector: "p[style=\"color: #B73C38\"]"
test:
path: index.php
selector: a[href="logout.php"]
Expand Down

0 comments on commit 56a7e43

Please sign in to comment.