greekteam: attemp for dual profiles. #5748

This commit is contained in:
Garfield69 2019-08-09 11:16:10 +12:00
parent 8b4c4da4f7
commit 11fddb10f1
1 changed files with 5 additions and 5 deletions

View File

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