mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
rintornet: exclude junk. resolves #12455
This commit is contained in:
parent
16ed6dc7f7
commit
b8436e9f95
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ search:
|
||||||
$raw: "{{ range .Categories }}catlist[]={{.}}&{{end}}"
|
$raw: "{{ range .Categories }}catlist[]={{.}}&{{end}}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: div.entry
|
selector: div.entry:has(div.entry__title)
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
|
|
Loading…
Add table
Reference in a new issue