mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
filelisting: fix 5d5a87dd
This commit is contained in:
@@ -31,7 +31,7 @@ settings:
|
|||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
# https://filelisting.com/result?q=bad+batch
|
# 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:
|
rows:
|
||||||
selector: table > tbody > tr:has(td.dn-title)
|
selector: table > tbody > tr:has(td.dn-title)
|
||||||
|
Reference in New Issue
Block a user