mirror of https://github.com/Jackett/Jackett
Sky torrents: use andmatch filter
This commit is contained in:
parent
60a322e153
commit
138aaaddfc
|
@ -22,6 +22,8 @@
|
||||||
path: "search/all/{{if .Query.Keywords}}ed{{else}}ad{{end}}/1/{{ .Query.Keywords}}"
|
path: "search/all/{{if .Query.Keywords}}ed{{else}}ad{{end}}/1/{{ .Query.Keywords}}"
|
||||||
rows:
|
rows:
|
||||||
selector: "table > tbody > tr"
|
selector: "table > tbody > tr"
|
||||||
|
filters:
|
||||||
|
- name: andmatch
|
||||||
fields:
|
fields:
|
||||||
title:
|
title:
|
||||||
selector: td:nth-child(1) > a:first-child[title]
|
selector: td:nth-child(1) > a:first-child[title]
|
||||||
|
|
Loading…
Reference in New Issue