greekteam: adjust for missing results column (#5748)

This commit is contained in:
Babis K 2019-07-29 00:42:05 +03:00 committed by garfield69
parent 87a2e4b27b
commit f7a28d74cc
1 changed files with 5 additions and 5 deletions

View File

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