movecr: handle empty size selector. resolves #6552

This commit is contained in:
Garfield69 2019-12-09 21:29:19 +13:00
parent 0ddefb0328
commit 418ffc9bf3
1 changed files with 6 additions and 1 deletions

View File

@ -54,7 +54,12 @@
filters:
- name: timeago
size:
selector: td.leeches
selector: td.leeches:not(:contains("B"))
optional: true
text: "0 B"
size:
selector: td.leeches:contains("B")
optional: true
seeders:
selector: td:nth-child(2)
filters: