mirror of https://github.com/Jackett/Jackett
emtrk: switch andmatch for re_replace
This commit is contained in:
parent
55feba49ac
commit
3bf000b31b
|
@ -259,11 +259,12 @@ search:
|
||||||
pn: ""
|
pn: ""
|
||||||
# all words
|
# all words
|
||||||
allw: 1
|
allw: 1
|
||||||
|
keywordsfilters:
|
||||||
|
- name: re_replace
|
||||||
|
args: ["(\\w+)", " +$1"] # prepend + to each word
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: tr[id^="tor_"]:has(a[href^="magnet:?xt="])
|
selector: tr[id^="tor_"]:has(a[href^="magnet:?xt="])
|
||||||
filters:
|
|
||||||
- name: andmatch
|
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
|
|
Loading…
Reference in New Issue