mirror of https://github.com/Jackett/Jackett
greekteam: cope with entry/expert users listings. #5758
This commit is contained in:
parent
a699245564
commit
d7ef2677d7
|
@ -120,21 +120,21 @@
|
||||||
attribute: href
|
attribute: href
|
||||||
download:
|
download:
|
||||||
text: "download2.php?torrent={{ .Result._id }}"
|
text: "download2.php?torrent={{ .Result._id }}"
|
||||||
size:
|
files:
|
||||||
selector: td:nth-last-child(3)
|
selector: td:nth-child(3)
|
||||||
date:
|
date:
|
||||||
selector: td:nth-last-child(5) > nobr
|
selector: td:nth-child(5) > 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:
|
size:
|
||||||
selector: td:nth-last-child(7)
|
selector: td:nth-child(7)
|
||||||
seeders:
|
seeders:
|
||||||
selector: td:nth-last-child(2)
|
selector: td:nth-child(8)
|
||||||
leechers:
|
leechers:
|
||||||
selector: td:nth-last-child(1)
|
selector: td:nth-child(9)
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
"img[src=\"pic/free.png\"]": "0"
|
"img[src=\"pic/free.png\"]": "0"
|
||||||
|
|
Loading…
Reference in New Issue