mirror of https://github.com/Jackett/Jackett
pier720: only include rows with size
This commit is contained in:
parent
f74c32cca9
commit
457ad4743a
|
@ -133,7 +133,8 @@ search:
|
|||
submit: Search
|
||||
|
||||
rows:
|
||||
selector: li.row
|
||||
# drop topics without size as they will not have download links in details page
|
||||
selector: li.row:has(div.list-inner div[style="float:right;"])
|
||||
filters:
|
||||
- name: andmatch
|
||||
|
||||
|
|
Loading…
Reference in New Issue