mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
hellashut: support captcha login
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user