mirror of
https://github.com/Jackett/Jackett
synced 2025-02-21 22:07:10 +00:00
gay-torrents.org: use username/password input names
This commit is contained in:
parent
52c408fce7
commit
b28116c10f
1 changed files with 4 additions and 4 deletions
|
@ -12,10 +12,10 @@
|
|||
- https://gay-area.org/
|
||||
|
||||
settings:
|
||||
- name: uid
|
||||
- name: username
|
||||
type: text
|
||||
label: Username
|
||||
- name: pwd
|
||||
- name: password
|
||||
type: password
|
||||
label: Password
|
||||
- name: active
|
||||
|
@ -79,8 +79,8 @@
|
|||
method: post
|
||||
path: login.php
|
||||
inputs:
|
||||
uid: "{{ .Config.uid }}"
|
||||
pwd: "{{ .Config.pwd }}"
|
||||
uid: "{{ .Config.username }}"
|
||||
pwd: "{{ .Config.password }}"
|
||||
error:
|
||||
- selector: div.fixed_width:nth-child(4) > span:contains("Incorrect")
|
||||
test:
|
||||
|
|
Loading…
Reference in a new issue