1
0
Fork 0
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:
Garfield69 2023-03-28 21:25:16 +13:00
parent 2e235d98bd
commit 4acb6536a2

View file

@ -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