1
0
Fork 0
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:
ilike2burnthing 2020-10-30 10:55:50 +00:00 committed by GitHub
parent e7fc9e02a3
commit befd2ce9f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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