mirror of https://github.com/Jackett/Jackett
This commit is contained in:
parent
2f3e41ed55
commit
382d0dfe19
|
@ -41,7 +41,9 @@ search:
|
|||
q: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}"
|
||||
|
||||
rows:
|
||||
selector: table > tbody > tr
|
||||
selector: table > tbody > tr:has(td)
|
||||
filters:
|
||||
- name: andmatch
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
|
Loading…
Reference in New Issue