mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
turkseed: login has captcha. resolves #8643
This commit is contained in:
parent
ed4aaf64c6
commit
91a46dc749
1 changed files with 5 additions and 1 deletions
|
@ -72,13 +72,17 @@ login:
|
|||
path: login.php
|
||||
method: form
|
||||
form: form[action="takelogin.php"]
|
||||
captcha:
|
||||
type: image
|
||||
selector: img#regimage
|
||||
input: imagestring
|
||||
inputs:
|
||||
username: "{{ .Config.username }}"
|
||||
password: "{{ .Config.password }}"
|
||||
logout: ""
|
||||
submit: "GİRİŞ"
|
||||
error:
|
||||
- selector: table:contains("HATA")
|
||||
- selector: table:contains("Hata")
|
||||
test:
|
||||
path: index.php
|
||||
selector: a[href*="/logout.php?logouthash="]
|
||||
|
|
Loading…
Reference in a new issue