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 }}"
|
||||
search_type: "t_name"
|
||||
include_dead_torrents: "yes"
|
||||
keywordsfilters:
|
||||
- name: re_replace
|
||||
args: ["[^a-zA-Z0-9]+", "%"]
|
||||
rows:
|
||||
selector: table#sortabletable > tbody > tr:has(a[href])
|
||||
fields:
|
||||
|
|
Loading…
Reference in New Issue