mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
torrent-explosiv: add filter freeleech. #9456
This commit is contained in:
@@ -101,6 +101,10 @@ settings:
|
|||||||
- name: pin
|
- name: pin
|
||||||
type: text
|
type: text
|
||||||
label: Pin
|
label: Pin
|
||||||
|
- name: freeleech
|
||||||
|
type: checkbox
|
||||||
|
label: Filter freeleech only
|
||||||
|
default: false
|
||||||
- name: sort
|
- name: sort
|
||||||
type: select
|
type: select
|
||||||
label: Sort requested from site
|
label: Sort requested from site
|
||||||
@@ -144,7 +148,7 @@ search:
|
|||||||
sort: "{{ .Config.type }}"
|
sort: "{{ .Config.type }}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: div.selection_wrap
|
selector: "div.selection_wrap{{ if .Config.freeleech }}:has(:root:has(div.onlyup)){{ else }}{{ end }}"
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
download:
|
download:
|
||||||
|
Reference in New Issue
Block a user