From 1d75164aaf90f69771d31b2d7977df9bf3977fa2 Mon Sep 17 00:00:00 2001 From: thebluepotato Date: Wed, 16 Aug 2017 12:41:55 +0200 Subject: [PATCH] KickAssTorrent: Remove login (#1674) * Add KAT definition without login * Remove old definition with login Bye bye lovely work --- src/Jackett/Definitions/kickasstorrent.yml | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/src/Jackett/Definitions/kickasstorrent.yml b/src/Jackett/Definitions/kickasstorrent.yml index 35193aa7a..5a19b4613 100644 --- a/src/Jackett/Definitions/kickasstorrent.yml +++ b/src/Jackett/Definitions/kickasstorrent.yml @@ -2,7 +2,7 @@ site: kickasstorrent name: KickAssTorrent language: en-us - type: semi-private + type: public encoding: UTF-8 links: - https://katcr.co/ @@ -85,25 +85,7 @@ search: [q] tv-search: [q, season, ep] - 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 }}" - error: - - selector: font.error:contains("Access Denied") - test: - path: "/new/index.php" - selector: a[href="account-logout.php"] + settings: [] search: path: "/new/{{if .Query.Keywords}}search-torrents.php{{else}}torrents.php{{end}}"