mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
ztracker: add freeleech search. #9456
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
id: ztracker
|
id: ztracker
|
||||||
name: Ztracker
|
name: Ztracker
|
||||||
description: "Ztracker is a HUNGARIAN Private Torrent Tracker for 0DAY / GENERAL"
|
description: "Ztracker is a HUNGARIAN Semi-Private Torrent Tracker for 0DAY / GENERAL"
|
||||||
language: hu-HU
|
language: hu-HU
|
||||||
type: semi-private
|
type: semi-private
|
||||||
encoding: ISO-8859-2
|
encoding: ISO-8859-2
|
||||||
@@ -61,6 +61,10 @@ settings:
|
|||||||
- name: password
|
- name: password
|
||||||
type: password
|
type: password
|
||||||
label: Password
|
label: Password
|
||||||
|
- name: freeleech
|
||||||
|
type: checkbox
|
||||||
|
label: Search freeleech only
|
||||||
|
default: false
|
||||||
- name: sort
|
- name: sort
|
||||||
type: select
|
type: select
|
||||||
label: Sort requested from site
|
label: Sort requested from site
|
||||||
@@ -108,7 +112,7 @@ search:
|
|||||||
# t_name, t_description, t_both, t_uploader
|
# t_name, t_description, t_both, t_uploader
|
||||||
search_type: "{{ if .Query.IMDBID }}t_description{{ else }}t_name{{ end }}"
|
search_type: "{{ if .Query.IMDBID }}t_description{{ else }}t_name{{ end }}"
|
||||||
# 0 active, 1 both, 2 inactive, 3 free, 19 bluray, 4 silver, 10 doubleup, 5 today, 6 yesterday, 7 week, 8 month, 9 last ten, external
|
# 0 active, 1 both, 2 inactive, 3 free, 19 bluray, 4 silver, 10 doubleup, 5 today, 6 yesterday, 7 week, 8 month, 9 last ten, external
|
||||||
ts_type: 1
|
ts_type: "{{ if .Config.freeleech }}3{{ else }}1{{ end }}"
|
||||||
sort: "{{ .Config.sort }}"
|
sort: "{{ .Config.sort }}"
|
||||||
type: "{{ .Config.type }}"
|
type: "{{ .Config.type }}"
|
||||||
# does not return imdb link in results
|
# does not return imdb link in results
|
||||||
|
Reference in New Issue
Block a user