mirror of https://github.com/Jackett/Jackett
Zooqle: add andmatch
This commit is contained in:
parent
ec1c9a9461
commit
64283f137c
|
@ -33,6 +33,8 @@
|
|||
- path: "/search?{{if .Keywords}}s=ns&v=t&sd=d&q={{ .Keywords}}{{else}}s=dt&v=t&sd=d&q= *{{end}}{{if .Categories}} category:{{range .Categories}}{{.}},{{end}}{{else}}{{end}}"
|
||||
rows:
|
||||
selector: tr:has(td[class^="text-muted3"])
|
||||
filters:
|
||||
- name: andmatch
|
||||
fields:
|
||||
title:
|
||||
selector: td:nth-child(2) a
|
||||
|
|
Loading…
Reference in New Issue