Shareisland: support users with uploaders column

This commit is contained in:
kaso17 2019-01-16 13:12:04 +01:00
parent 405ff7009f
commit 3294bbcea3
1 changed files with 4 additions and 4 deletions

View File

@ -169,19 +169,19 @@
size:
selector: td:nth-last-child(3)
date:
selector: td:nth-last-child(7)
selector: td[width="85"] # some users have an extra uploader column between the grabs and size column, see #4435
filters:
- name: dateparse
args: "02/01/2006"
grabs:
selector: td:nth-last-child(4)
selector: td[width="85"] + td + td + td
filters:
- name: replace
args: ["---", "0"]
seeders:
selector: td:nth-last-child(6)
selector: td[width="85"] + td
leechers:
selector: td:nth-last-child(5)
selector: td[width="85"] + td + td
downloadvolumefactor:
case:
img[alt="Free Leech"]: "0"