greekteam: possible fix for #4540

This commit is contained in:
Garfield69 2019-01-30 08:28:35 +13:00
parent 5924a4fd22
commit a3f0131156
1 changed files with 5 additions and 5 deletions

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(3) selector: td:nth-last-child(4)
date: date:
selector: td:nth-last-child(5) > nobr selector: td:nth-last-child(6) > 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(6) selector: td:nth-last-child(8)
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"