mirror of
https://github.com/Jackett/Jackett
synced 2024-12-29 03:06:49 +00:00
bt-scene: andmatch
This commit is contained in:
parent
785d00a1e0
commit
566a83bb98
1 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,8 @@
|
||||||
- path: "{{ if .Keywords }}results_.php?q={{ .Keywords }}&advcat={{ .Config.category }}{{else}}indexfull/{{end}}"
|
- path: "{{ if .Keywords }}results_.php?q={{ .Keywords }}&advcat={{ .Config.category }}{{else}}indexfull/{{end}}"
|
||||||
rows:
|
rows:
|
||||||
selector: table.tor > tbody > tr[id^="_"]
|
selector: table.tor > tbody > tr[id^="_"]
|
||||||
|
filters:
|
||||||
|
- name: andmatch
|
||||||
fields:
|
fields:
|
||||||
title:
|
title:
|
||||||
selector: td[class^="tname"] > a
|
selector: td[class^="tname"] > a
|
||||||
|
|
Loading…
Reference in a new issue