mirror of
https://github.com/Jackett/Jackett
synced 2025-03-11 14:44:46 +00:00
selezen: drop rows without size/peers/leech
This commit is contained in:
parent
d560175c20
commit
d212f98b50
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ search:
|
|||
resorder: "{{ .Config.type }}"
|
||||
|
||||
rows:
|
||||
selector: div.card:has(h4):not(:has(a[href*="/news/"]))
|
||||
selector: div.card:has(h4):not(:has(a[href*="/news/"])):has(a:has(span.bx-download))
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
|
Loading…
Add table
Reference in a new issue