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