ArabaFenice: fix parsing for users without wait time

This commit is contained in:
kaso17
2017-02-14 09:04:26 +01:00
parent 1c10e904a6
commit 3992cbdc41

View File

@@ -127,23 +127,23 @@
selector: a[onmouseover][href^="index.php?page=torrent-details&id="]
attribute: href
size:
selector: td:nth-child(12)
selector: td:nth-last-child(4)
date:
selector: td:nth-child(7)
selector: td:nth-last-child(9)
filters:
- name: append
args: " +01:00"
- name: dateparse
args: "02/01/2006 -07:00"
grabs:
selector: td:nth-child(10)
selector: td:nth-last-child(6)
filters:
- name: replace
args: ["---", "0"]
seeders:
selector: td:nth-child(8)
selector: td:nth-last-child(8)
leechers:
selector: td:nth-child(9)
selector: td:nth-last-child(7)
downloadvolumefactor:
case:
img[alt="Gold 100% Free"]: "0"