mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
cartoonchaos: drop category=0
entries with cat=0 are marked for deletion so there is no point returning these in results.
This commit is contained in:
parent
2108c139aa
commit
ad1b84ee89
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ search:
|
|||
by: "{{ .Config.type }}"
|
||||
|
||||
rows:
|
||||
selector: "table.lista tr td table.lista tr:has(a[href^=\"index.php?page=torrent-details\"]){{ if .Config.freeleech }}:has(img[src=\"gold/gold.gif\"]){{ else }}{{ end }}"
|
||||
selector: "table.lista tr td table.lista tr:has(a[href^=\"index.php?page=torrent-details\"]):not(:has(a[href=\"index.php?page=torrents&category=0\"])){{ if .Config.freeleech }}:has(img[src=\"gold/gold.gif\"]){{ else }}{{ end }}"
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
|
Loading…
Add table
Reference in a new issue