mirror of https://github.com/Jackett/Jackett
Tasmanit: use wildcards for search
This commit is contained in:
parent
6d4720e58f
commit
7af8e1916e
|
@ -71,6 +71,9 @@
|
||||||
keywords: "{{ .Keywords }}"
|
keywords: "{{ .Keywords }}"
|
||||||
search_type: "t_name"
|
search_type: "t_name"
|
||||||
include_dead_torrents: "yes"
|
include_dead_torrents: "yes"
|
||||||
|
keywordsfilters:
|
||||||
|
- name: re_replace
|
||||||
|
args: ["[^a-zA-Z0-9]+", "%"]
|
||||||
rows:
|
rows:
|
||||||
selector: table#sortabletable > tbody > tr:has(a[href])
|
selector: table#sortabletable > tbody > tr:has(a[href])
|
||||||
fields:
|
fields:
|
||||||
|
|
Loading…
Reference in New Issue