mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
nonameclubL: add freeleech search. #9456
This commit is contained in:
@@ -27,6 +27,10 @@ settings:
|
|||||||
type: checkbox
|
type: checkbox
|
||||||
label: Add RUSSIAN to end of all titles to improve language detection by Sonarr and Radarr. Will cause English-only results to be misidentified.
|
label: Add RUSSIAN to end of all titles to improve language detection by Sonarr and Radarr. Will cause English-only results to be misidentified.
|
||||||
default: false
|
default: false
|
||||||
|
- 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
|
||||||
@@ -786,9 +790,8 @@ search:
|
|||||||
sha: 1
|
sha: 1
|
||||||
ta: -1
|
ta: -1
|
||||||
sns: -1
|
sns: -1
|
||||||
sds: -1
|
sds: "{{ if .Config.freeleech }}1{{ else }}-1{{ end }}"
|
||||||
nm: "{{ .Keywords }}"
|
nm: "{{ .Keywords }}"
|
||||||
pn: ""
|
|
||||||
submit: "Поиск"
|
submit: "Поиск"
|
||||||
keywordsfilters:
|
keywordsfilters:
|
||||||
- name: re_replace # S01 to сезон 1
|
- name: re_replace # S01 to сезон 1
|
||||||
|
Reference in New Issue
Block a user