mirror of https://github.com/Jackett/Jackett
byrutor: correct empty size detection. resolves #10034
This commit is contained in:
parent
141ae0714b
commit
533827673f
|
@ -284,7 +284,7 @@ search:
|
|||
resorder: desc
|
||||
|
||||
rows:
|
||||
selector: div.short_search:not(div.shor_subtitles span:nth-child(2):empty)
|
||||
selector: div.short_search:has(div.shor_subtitles span:nth-child(2):contains("Б"))
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
|
Loading…
Reference in New Issue