mirror of https://github.com/Jackett/Jackett
extratorrent-cd: replace spaces with fullstops in keywords resolves #6742
This commit is contained in:
parent
1f2848f3c8
commit
7ad15ab4cf
|
@ -29,6 +29,10 @@ settings:
|
|||
search:
|
||||
paths:
|
||||
- path: "search/?search={{ .Keywords }}"
|
||||
keywordsfilters:
|
||||
- name: re_replace
|
||||
args: ["[\\s]+", "."]
|
||||
|
||||
|
||||
rows:
|
||||
selector: tr[class^="tl"]
|
||||
|
|
Loading…
Reference in New Issue