mirror of https://github.com/Jackett/Jackett
torrentcouch: changes for results page
This commit is contained in:
parent
f65df4e45d
commit
7bf35bda8f
|
@ -35,16 +35,16 @@
|
|||
selector: article
|
||||
fields:
|
||||
title:
|
||||
selector: h2 a
|
||||
selector: h1.entry-title a
|
||||
category:
|
||||
text: "1"
|
||||
details:
|
||||
selector: h2 a
|
||||
selector: h1.entry-title a
|
||||
attribute: href
|
||||
description:
|
||||
selector: p
|
||||
download:
|
||||
selector: h2 a
|
||||
selector: h1.entry-title a
|
||||
attribute: href
|
||||
size:
|
||||
text: "500 MB"
|
||||
|
@ -53,7 +53,10 @@
|
|||
leechers:
|
||||
text: "1"
|
||||
date:
|
||||
text: now
|
||||
selector: span.posted-on a time
|
||||
filters:
|
||||
- name: dateparse
|
||||
args: "January 2, 2006"
|
||||
downloadvolumefactor:
|
||||
text: "0"
|
||||
uploadvolumefactor:
|
||||
|
|
Loading…
Reference in New Issue