mirror of
https://github.com/Jackett/Jackett
synced 2025-01-20 14:39:31 +00:00
parent
9444c3c948
commit
5d5a87ddd9
1 changed files with 1 additions and 3 deletions
|
@ -31,12 +31,10 @@ settings:
|
|||
search:
|
||||
paths:
|
||||
# https://filelisting.com/result?q=bad+batch
|
||||
- path: "result{{ if .Keywords }}?q={{ .Keywords }}{{ else }}{{ end }}"
|
||||
- path: "result{{ if .Keywords }}?q={{ .Keywords }}{{ else }}{{ end }}+in:title"
|
||||
|
||||
rows:
|
||||
selector: table > tbody > tr:has(td.dn-title)
|
||||
filters:
|
||||
- name: andmatch
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
|
Loading…
Reference in a new issue