Greek Team: update definition to handle new column

This commit is contained in:
kaso17
2017-06-06 18:30:16 +02:00
parent df22e39b4e
commit b31c5d41ca

View File

@@ -119,9 +119,9 @@
download:
text: "download2.php?torrent={{ .Result._id }}"
size:
selector: td:nth-last-child(3)
selector: td:nth-last-child(4)
date:
selector: td:nth-last-child(5)
selector: td:nth-last-child(6) > nobr
filters:
- name: append
args: " +02:00"
@@ -130,9 +130,9 @@
files:
selector: td:nth-last-child(7)
seeders:
selector: td:nth-last-child(2)
selector: td:nth-last-child(3)
leechers:
selector: td:nth-last-child(1)
selector: td:nth-last-child(2)
downloadvolumefactor:
case:
"img[src=\"pic/free.png\"]": "0"