Greek Team: try to fix definition

This commit is contained in:
kaso17
2019-01-09 20:01:10 +01:00
parent b64b3504ba
commit 31df2c27dd

View File

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