extratorrent-cd: replace spaces with fullstops in keywords resolves #6742

This commit is contained in:
Garfield69 2020-06-20 11:55:45 +12:00
parent 1f2848f3c8
commit 7ad15ab4cf
1 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,10 @@ settings:
search:
paths:
- path: "search/?search={{ .Keywords }}"
keywordsfilters:
- name: re_replace
args: ["[\\s]+", "."]
rows:
selector: tr[class^="tl"]