From a944c7b9bd68b844ad080f89037cc7dc1c8e90f6 Mon Sep 17 00:00:00 2001
From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com>
Date: Tue, 12 Aug 2025 00:43:04 +0100
Subject: [PATCH] kinozal: remove appspot link and SID
---
src/Jackett.Common/Definitions/kinozal.yml | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/src/Jackett.Common/Definitions/kinozal.yml b/src/Jackett.Common/Definitions/kinozal.yml
index b404496b4..aac98e443 100644
--- a/src/Jackett.Common/Definitions/kinozal.yml
+++ b/src/Jackett.Common/Definitions/kinozal.yml
@@ -8,10 +8,10 @@ encoding: windows-1251
links:
- https://kinozal.tv/
- https://kinozal.guru/
- - https://kinozal-guru.appspot.com/
legacylinks:
- https://kinozal-tv.appspot.com/
- http://kinozal.tv/
+ - https://kinozal-guru.appspot.com/
caps:
categorymappings:
@@ -82,13 +82,6 @@ settings:
- name: password
type: password
label: Password
- - name: info_sid
- type: info
- label: How to get your SID
- default: "This is only needed when using *.appspot.com mirrors, otherwise just leave blank. Access the tracker's Раздачи page in browser, and in the address bar you will see something like ?sid=abC1de2F. Those last 8 characters are your SID."
- - name: sid
- type: text
- label: SID
- name: freeleech
type: checkbox
label: Search freeleech only
@@ -164,7 +157,6 @@ search:
w: "{{ if .Config.freeleech }}11{{ else }}0{{ end }}"
t: "{{ .Config.sort }}"
f: "{{ .Config.type }}"
- sid: "{{ if .Config.sid }}{{ .Config.sid }}{{ else }}{{ end }}"
rows:
selector: table > tbody > tr:has(td.bt)