mirror of
https://github.com/Jackett/Jackett
synced 2025-02-25 07:32:38 +00:00
Ztracker: improve search
This commit is contained in:
parent
83fb09dcf4
commit
23d49cdb53
1 changed files with 4 additions and 1 deletions
|
@ -52,9 +52,12 @@
|
|||
|
||||
search:
|
||||
path: browse_old.php
|
||||
keywordsfilters:
|
||||
- name: re_replace
|
||||
args: ["[^a-zA-Z0-9]+", "%"]
|
||||
inputs:
|
||||
$raw: "{{range .Categories}}c{{.}}=1&{{end}}"
|
||||
keywords: "{{ .Query.Keywords }}"
|
||||
keywords: "{{ .Keywords }}"
|
||||
search_type: "t_name"
|
||||
rows:
|
||||
selector: table[border="1"] > tbody > tr:has(a[href*="details.php?id="])
|
||||
|
|
Loading…
Reference in a new issue