From 183f9f56495314929983ddc3f45d12906b48bfd2 Mon Sep 17 00:00:00 2001 From: thebluepotato Date: Tue, 16 May 2017 07:19:58 +0200 Subject: [PATCH] Add KAT passkey login (#1380) --- src/Jackett/Definitions/kickasstorrent.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/Jackett/Definitions/kickasstorrent.yml b/src/Jackett/Definitions/kickasstorrent.yml index ef6ac4996..8f4ba56e0 100644 --- a/src/Jackett/Definitions/kickasstorrent.yml +++ b/src/Jackett/Definitions/kickasstorrent.yml @@ -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"