mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 06:40:57 +00:00
Torrentz2: improve search results
This commit is contained in:
parent
50a09189e4
commit
9a071a3457
1 changed files with 5 additions and 3 deletions
|
@ -69,12 +69,14 @@
|
|||
paths:
|
||||
- path: "{{if .Config.filter-verified }}verified{{else}}searchA{{end}}"
|
||||
inputs:
|
||||
f: "{{ .Query.Keywords }}"
|
||||
f: "{{ .Keywords }}"
|
||||
safe: "{{if .Config.filter-safe }}1{{else}}0{{end}}"
|
||||
keywordsfilters:
|
||||
- name: prepend
|
||||
args: "title: " # search only in title, https://torrentz2.eu/help
|
||||
rows:
|
||||
selector: "html body #wrap .results dl:has(a)"
|
||||
filters:
|
||||
- name: andmatch
|
||||
# andmatch filter removed, see #3737
|
||||
fields:
|
||||
title:
|
||||
selector: dt a
|
||||
|
|
Loading…
Reference in a new issue