mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 19:58:38 +00:00
byrutor: correct empty size detection. resolves #10034
This commit is contained in:
parent
141ae0714b
commit
533827673f
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ search:
|
||||||
resorder: desc
|
resorder: desc
|
||||||
|
|
||||||
rows:
|
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:
|
fields:
|
||||||
category:
|
category:
|
||||||
|
|
Loading…
Add table
Reference in a new issue