mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
kinozal: remove appspot link and SID
This commit is contained in:
@@ -8,10 +8,10 @@ encoding: windows-1251
|
|||||||
links:
|
links:
|
||||||
- https://kinozal.tv/
|
- https://kinozal.tv/
|
||||||
- https://kinozal.guru/
|
- https://kinozal.guru/
|
||||||
- https://kinozal-guru.appspot.com/
|
|
||||||
legacylinks:
|
legacylinks:
|
||||||
- https://kinozal-tv.appspot.com/
|
- https://kinozal-tv.appspot.com/
|
||||||
- http://kinozal.tv/
|
- http://kinozal.tv/
|
||||||
|
- https://kinozal-guru.appspot.com/
|
||||||
|
|
||||||
caps:
|
caps:
|
||||||
categorymappings:
|
categorymappings:
|
||||||
@@ -82,13 +82,6 @@ settings:
|
|||||||
- name: password
|
- name: password
|
||||||
type: password
|
type: password
|
||||||
label: 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 <i>Раздачи</i> page in browser, and in the address bar you will see something like <b>?sid=abC1de2F</b>. Those last 8 characters are your SID."
|
|
||||||
- name: sid
|
|
||||||
type: text
|
|
||||||
label: SID
|
|
||||||
- name: freeleech
|
- name: freeleech
|
||||||
type: checkbox
|
type: checkbox
|
||||||
label: Search freeleech only
|
label: Search freeleech only
|
||||||
@@ -164,7 +157,6 @@ search:
|
|||||||
w: "{{ if .Config.freeleech }}11{{ else }}0{{ end }}"
|
w: "{{ if .Config.freeleech }}11{{ else }}0{{ end }}"
|
||||||
t: "{{ .Config.sort }}"
|
t: "{{ .Config.sort }}"
|
||||||
f: "{{ .Config.type }}"
|
f: "{{ .Config.type }}"
|
||||||
sid: "{{ if .Config.sid }}{{ .Config.sid }}{{ else }}{{ end }}"
|
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table > tbody > tr:has(td.bt)
|
selector: table > tbody > tr:has(td.bt)
|
||||||
|
Reference in New Issue
Block a user