mirror of
https://github.com/Jackett/Jackett
synced 2025-02-24 15:21:06 +00:00
Dragonworld Reloaded: add support for pin
This commit is contained in:
parent
5c0dadcb3a
commit
c08b4f4fcd
1 changed files with 13 additions and 1 deletions
|
@ -73,7 +73,18 @@
|
|||
search: [q]
|
||||
tv-search: [q, season, ep]
|
||||
movie-search: [q]
|
||||
|
||||
|
||||
settings:
|
||||
- name: username
|
||||
type: text
|
||||
label: Username
|
||||
- name: password
|
||||
type: password
|
||||
label: Password
|
||||
- name: pin
|
||||
type: text
|
||||
label: Pin
|
||||
|
||||
login:
|
||||
path: /login.php
|
||||
method: form
|
||||
|
@ -86,6 +97,7 @@
|
|||
inputs:
|
||||
username: "{{ .Config.username }}"
|
||||
password: "{{ .Config.password }}"
|
||||
pin: "{{ .Config.pin }}"
|
||||
loggiin: "einloggen"
|
||||
error:
|
||||
- selector: div#login_error
|
||||
|
|
Loading…
Reference in a new issue