mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Sky torrents: use andmatch filter
This commit is contained in:
@@ -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]
|
||||||
|
Reference in New Issue
Block a user