mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 06:03:09 +00:00
filelisting: fix 5d5a87dd
This commit is contained in:
parent
0457010be7
commit
dca43dcc6e
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ settings:
|
|||
search:
|
||||
paths:
|
||||
# https://filelisting.com/result?q=bad+batch
|
||||
- path: "result{{ if .Keywords }}?q={{ .Keywords }}{{ else }}{{ end }}+in:title"
|
||||
- path: "result{{ if .Keywords }}?q={{ .Keywords }}+in:title{{ else }}{{ end }}"
|
||||
|
||||
rows:
|
||||
selector: table > tbody > tr:has(td.dn-title)
|
||||
|
|
Loading…
Add table
Reference in a new issue