1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-25 07:32:38 +00:00

Ztracker: improve search

This commit is contained in:
kaso17 2017-03-09 07:56:21 +01:00
parent 83fb09dcf4
commit 23d49cdb53

View file

@ -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="])