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