mirror of https://github.com/Jackett/Jackett
animetorrentsro: new login resolves #15478
This commit is contained in:
parent
9970deef71
commit
2e05a4a807
|
@ -65,14 +65,17 @@ settings:
|
||||||
default: "Inactive accounts under VIP and without parked are automatically deleted after about a year."
|
default: "Inactive accounts under VIP and without parked are automatically deleted after about a year."
|
||||||
|
|
||||||
login:
|
login:
|
||||||
path: takelogin.php
|
path: login.php
|
||||||
method: post
|
method: form
|
||||||
|
form: form
|
||||||
inputs:
|
inputs:
|
||||||
username: "{{ .Config.username }}"
|
username: "{{ .Config.username }}"
|
||||||
password: "{{ .Config.password }}"
|
password: "{{ .Config.password }}"
|
||||||
x: 0
|
|
||||||
y: 0
|
|
||||||
referer: /
|
referer: /
|
||||||
|
selectorinputs:
|
||||||
|
csrf_token:
|
||||||
|
selector: input[name="csrf_token"]
|
||||||
|
attribute: value
|
||||||
error:
|
error:
|
||||||
- selector: table.main:contains("esuat")
|
- selector: table.main:contains("esuat")
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in New Issue