mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 23:00:51 +00:00
btdb: add andmatch
This commit is contained in:
parent
1f47546846
commit
054ef1b66f
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@
|
|||
- path: "{{if .Keywords}}q/{{ .Keywords}}/10?sort=time{{else}}{{end}}"
|
||||
rows:
|
||||
selector: li[class$="item"]
|
||||
filters:
|
||||
- name: andmatch
|
||||
fields:
|
||||
title:
|
||||
selector: h2[class$="title"] a[href^="/torrent/"]
|
||||
|
|
Loading…
Reference in a new issue