skipthecommercials: remove . from keywords. #12689 (#12701)

This commit is contained in:
ilike2burnthing
2021-12-11 23:45:02 +00:00
committed by GitHub
parent 24deb9de7a
commit ab1f2116ff
2 changed files with 8 additions and 0 deletions

View File

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

View File

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