mirror of
https://github.com/Jackett/Jackett
synced 2025-03-08 21:06:25 +00:00
byrutor: drop entries without size resolves #9952
untested the offending example has been removed from the site
This commit is contained in:
parent
f89779f576
commit
ec4377cf34
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ search:
|
|||
resorder: desc
|
||||
|
||||
rows:
|
||||
selector: div.short_search
|
||||
selector: div.short_search:not(div.shor_subtitles span:nth-child(2):empty)
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
|
Loading…
Add table
Reference in a new issue