mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
greekteam: attemp for dual profiles. #5748
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user