1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-27 00:22:54 +00:00

tfile: size/seeders/leechers can be empty. resolves #6553

This commit is contained in:
Garfield69 2019-12-09 21:48:52 +13:00
parent 418ffc9bf3
commit 99feb6f4cf

View file

@ -894,11 +894,22 @@
selector: td.t a selector: td.t a
attribute: href attribute: href
size: size:
selector: td:nth-child(4) selector: td:nth-child(4):not(:contains("B"))
optional: true
text: "0 B"
size:
selector: td:nth-child(4):contains("B")
optional: true
seeders:
text: 0
seeders: seeders:
selector: b.sd selector: b.sd
optional: true
leechers:
text: 0
leechers: leechers:
selector: b.lc selector: b.lc
optional: true
date: date:
selector: td.ms selector: td.ms
filters: filters: