mirror of
https://github.com/Jackett/Jackett
synced 2025-03-04 10:48:26 +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
|
||||
method: form
|
||||
form: form[action="takelogin.php"]
|
||||
captcha:
|
||||
type: image
|
||||
selector: img[alt="CAPTCHA"]
|
||||
input: imagestring
|
||||
inputs:
|
||||
username: "{{ .Config.username }}"
|
||||
logintype: username
|
||||
userinput: "{{ .Config.username }}"
|
||||
password: "{{ .Config.password }}"
|
||||
logout: ""
|
||||
securelogin: ""
|
||||
ssl: yes
|
||||
trackerssl: yes
|
||||
autologin: yes
|
||||
error:
|
||||
- selector: td.embedded:has(h2:contains("失败"))
|
||||
test:
|
||||
|
|
Loading…
Add table
Reference in a new issue