mirror of https://github.com/Jackett/Jackett
eniahd: switch andmatch for re_replace
This commit is contained in:
parent
2c77dbda26
commit
e7fc9e02a3
|
@ -127,11 +127,12 @@ search:
|
|||
pn: ""
|
||||
# search by partial word
|
||||
allw: 0
|
||||
keywordsfilters:
|
||||
- name: re_replace
|
||||
args: ["(\\w+)", " +$1"] # prepend + to each word
|
||||
|
||||
rows:
|
||||
selector: tr[id^="tor_"]:has(a[href^="./dl.php?id="])
|
||||
filters:
|
||||
- name: andmatch
|
||||
|
||||
fields:
|
||||
title:
|
||||
|
|
Loading…
Reference in New Issue