mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
losslessclub: use login form. #15626
This commit is contained in:
@@ -17,11 +17,13 @@ caps:
|
||||
music-search: [q, artist]
|
||||
|
||||
login:
|
||||
path: takelogin.php
|
||||
method: post
|
||||
path: login.php
|
||||
method: form
|
||||
form: form[action="takelogin.php"]
|
||||
inputs:
|
||||
username: "{{ .Config.username }}"
|
||||
password: "{{ .Config.password }}"
|
||||
submit: Вход
|
||||
error:
|
||||
- selector: td.embedded > div.error
|
||||
test:
|
||||
|
Reference in New Issue
Block a user