mirror of https://github.com/Jackett/Jackett
parent
9444c3c948
commit
5d5a87ddd9
|
@ -31,12 +31,10 @@ 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 }}"
|
- path: "result{{ if .Keywords }}?q={{ .Keywords }}{{ else }}{{ end }}+in:title"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table > tbody > tr:has(td.dn-title)
|
selector: table > tbody > tr:has(td.dn-title)
|
||||||
filters:
|
|
||||||
- name: andmatch
|
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
|
|
Loading…
Reference in New Issue