Add KAT passkey login (#1380)

This commit is contained in:
thebluepotato 2017-05-16 07:19:58 +02:00 committed by kaso17
parent a46b75bef7
commit 183f9f5649
1 changed files with 16 additions and 1 deletions

View File

@ -85,7 +85,22 @@
search: [q]
tv-search: [q, season, ep]
settings: []
settings:
- name: username
type: text
label: Username
- name: passkey
type: text
label: Passkey
login:
method: post
path: "new/account-login.php"
inputs:
username: "{{ .Config.username }}"
passkey: "{{ .Config.passkey }}"
test:
path: index.php
search:
path: "/new/torrents-search.php"