mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
gay-torrents.org: use username/password input names
This commit is contained in:
@@ -12,10 +12,10 @@
|
|||||||
- https://gay-area.org/
|
- https://gay-area.org/
|
||||||
|
|
||||||
settings:
|
settings:
|
||||||
- name: uid
|
- name: username
|
||||||
type: text
|
type: text
|
||||||
label: Username
|
label: Username
|
||||||
- name: pwd
|
- name: password
|
||||||
type: password
|
type: password
|
||||||
label: Password
|
label: Password
|
||||||
- name: active
|
- name: active
|
||||||
@@ -79,8 +79,8 @@
|
|||||||
method: post
|
method: post
|
||||||
path: login.php
|
path: login.php
|
||||||
inputs:
|
inputs:
|
||||||
uid: "{{ .Config.uid }}"
|
uid: "{{ .Config.username }}"
|
||||||
pwd: "{{ .Config.pwd }}"
|
pwd: "{{ .Config.password }}"
|
||||||
error:
|
error:
|
||||||
- selector: div.fixed_width:nth-child(4) > span:contains("Incorrect")
|
- selector: div.fixed_width:nth-child(4) > span:contains("Incorrect")
|
||||||
test:
|
test:
|
||||||
|
Reference in New Issue
Block a user