mirror of
https://github.com/Jackett/Jackett
synced 2024-12-26 01:37:44 +00:00
selezen: exclude news results
This commit is contained in:
parent
cbd8d88bf6
commit
6485122cd3
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ search:
|
|||
resorder: "{{ .Config.type }}"
|
||||
|
||||
rows:
|
||||
selector: div.card:has(h4)
|
||||
selector: div.card:has(h4):not(:has(a[href*="/news/"]))
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
|
Loading…
Reference in a new issue