mirror of https://github.com/Jackett/Jackett
btdb: add andmatch
This commit is contained in:
parent
1f47546846
commit
054ef1b66f
|
@ -37,6 +37,8 @@
|
||||||
- path: "{{if .Keywords}}q/{{ .Keywords}}/10?sort=time{{else}}{{end}}"
|
- path: "{{if .Keywords}}q/{{ .Keywords}}/10?sort=time{{else}}{{end}}"
|
||||||
rows:
|
rows:
|
||||||
selector: li[class$="item"]
|
selector: li[class$="item"]
|
||||||
|
filters:
|
||||||
|
- name: andmatch
|
||||||
fields:
|
fields:
|
||||||
title:
|
title:
|
||||||
selector: h2[class$="title"] a[href^="/torrent/"]
|
selector: h2[class$="title"] a[href^="/torrent/"]
|
||||||
|
|
Loading…
Reference in New Issue