mirror of
https://github.com/Jackett/Jackett
synced 2025-03-04 18:59:01 +00:00
byrbt: new login
This commit is contained in:
parent
b40254d526
commit
c23f7c0d01
1 changed files with 3 additions and 9 deletions
|
@ -63,17 +63,11 @@ login:
|
||||||
path: login.php
|
path: login.php
|
||||||
method: form
|
method: form
|
||||||
form: form[action="takelogin.php"]
|
form: form[action="takelogin.php"]
|
||||||
captcha:
|
|
||||||
type: image
|
|
||||||
selector: img[alt="CAPTCHA"]
|
|
||||||
input: imagestring
|
|
||||||
inputs:
|
inputs:
|
||||||
username: "{{ .Config.username }}"
|
logintype: username
|
||||||
|
userinput: "{{ .Config.username }}"
|
||||||
password: "{{ .Config.password }}"
|
password: "{{ .Config.password }}"
|
||||||
logout: ""
|
autologin: yes
|
||||||
securelogin: ""
|
|
||||||
ssl: yes
|
|
||||||
trackerssl: yes
|
|
||||||
error:
|
error:
|
||||||
- selector: td.embedded:has(h2:contains("失败"))
|
- selector: td.embedded:has(h2:contains("失败"))
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Add table
Reference in a new issue