mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 11:48:49 +00:00
gay-torrents: switch andmatch for re_replace
This commit is contained in:
parent
e7fc9e02a3
commit
befd2ce9f9
1 changed files with 3 additions and 2 deletions
|
@ -83,10 +83,11 @@ search:
|
|||
inputs:
|
||||
$raw: "{{range .Categories}}type={{.}}&{{end}}"
|
||||
textsearch: "{{ .Keywords }}"
|
||||
keywordsfilters:
|
||||
- name: re_replace
|
||||
args: ["(\\w+)", " +$1"] # prepend + to each word
|
||||
rows:
|
||||
selector: ul.TorrentList
|
||||
filters:
|
||||
- name: andmatch
|
||||
fields:
|
||||
category:
|
||||
selector: .TorrentList1 > a
|
||||
|
|
Loading…
Add table
Reference in a new issue