mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
@@ -56,6 +56,10 @@ search:
|
|||||||
type: json
|
type: json
|
||||||
attribute: attributes
|
attribute: attributes
|
||||||
|
|
||||||
|
keywordsfilters:
|
||||||
|
- name: re_replace
|
||||||
|
args: ["\\.", " "]
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: data
|
selector: data
|
||||||
count:
|
count:
|
||||||
|
@@ -87,6 +87,10 @@ search:
|
|||||||
page: 1
|
page: 1
|
||||||
free: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
free: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
||||||
|
|
||||||
|
keywordsfilters:
|
||||||
|
- name: re_replace
|
||||||
|
args: ["\\.", " "]
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table > tbody > tr
|
selector: table > tbody > tr
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user