greekteam: attemp for dual profiles. #5748

This commit is contained in:
Garfield69
2019-08-09 11:16:10 +12:00
parent 8b4c4da4f7
commit 11fddb10f1

View File

@@ -121,20 +121,20 @@
download: download:
text: "download2.php?torrent={{ .Result._id }}" text: "download2.php?torrent={{ .Result._id }}"
files: files:
selector: td:nth-child(3) selector: td:has(a[href$="filelist=1"])
date: date:
selector: td:nth-child(5) > nobr selector: td:has(a[href$="filelist=1"]) ~ td ~ td > 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"
size: size:
selector: td:nth-child(7) selector: td:has(a[href$="filelist=1"]) ~ td ~ td ~ td ~ td
seeders: seeders:
selector: td:nth-child(8) selector: td:has(a[href$="filelist=1"]) ~ td ~ td ~ td ~ td ~ td
leechers: leechers:
selector: td:nth-child(9) selector: td:has(a[href$="filelist=1"]) ~ td ~ td ~ td ~ td ~ td ~ td
downloadvolumefactor: downloadvolumefactor:
case: case:
"img[src=\"pic/free.png\"]": "0" "img[src=\"pic/free.png\"]": "0"