mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 03:38:31 +00:00
femdomcult: add freeleech search. #9456
This commit is contained in:
parent
2e235d98bd
commit
4acb6536a2
1 changed files with 5 additions and 0 deletions
|
@ -44,6 +44,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
|
||||||
|
@ -83,6 +87,7 @@ search:
|
||||||
order_by: "{{ .Config.sort }}"
|
order_by: "{{ .Config.sort }}"
|
||||||
order_way: "{{ .Config.type }}"
|
order_way: "{{ .Config.type }}"
|
||||||
action: advanced
|
action: advanced
|
||||||
|
filter_freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
# exclude redbar torrents
|
# exclude redbar torrents
|
||||||
|
|
Loading…
Add table
Reference in a new issue