Skip to content

Commit

Permalink
exoticaz: add captcha to login. resolves #8757
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed May 24, 2020
1 parent dd0d5ec commit 2f0c266
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Jackett.Common/Definitions/exoticaz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ login:
username_email: "{{ .Config.username }}"
password: "{{ .Config.password }}"
remember: on
captcha:
type: image
selector: img[alt="Captcha Image"]
input: captcha
error:
- selector: div.invalid-feedback
test:
Expand Down

0 comments on commit 2f0c266

Please sign in to comment.