mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 13:52:03 +00:00
hellashut: support captcha login
This commit is contained in:
parent
1bf73519e4
commit
f2bb845ee7
1 changed files with 6 additions and 2 deletions
|
@ -103,11 +103,15 @@ settings:
|
|||
|
||||
login:
|
||||
path: account-login.php
|
||||
method: post
|
||||
method: form
|
||||
form: form[action="account-login.php"]
|
||||
captcha:
|
||||
type: image
|
||||
selector: img[src="captcha.php?ext=.gif"]
|
||||
input: captcha
|
||||
inputs:
|
||||
username: "{{ .Config.username }}"
|
||||
password: "{{ .Config.password }}"
|
||||
returnto: /
|
||||
error:
|
||||
- selector: td.embedded:contains("Access Denied")
|
||||
test:
|
||||
|
|
Loading…
Add table
Reference in a new issue