hdspain: updates (#5330)

- Fixed details url, now when click on a torrent name will open the torrent url correctly
- Added comments (link to topic in forum)
- Added minimum ratio and minimum seed time
- Added "Megapack / Audio Editado" labels as to the title torrent and description.
This commit is contained in:
R91g 2019-05-25 01:53:09 +02:00 committed by garfield69
parent 543ea776c4
commit 0921388f9e
1 changed files with 24 additions and 2 deletions

View File

@ -58,13 +58,28 @@
filters:
- name: querystring
args: cat
extras:
text: ""
extras:
optional: true
selector: td.titulo a[class]
filters:
- name: prepend
args: "["
- name: append
args: "]"
title:
selector: td.titulo a[id]
filters:
- name: prepend
args: "{{ .Result.extras }} "
- name: append
args: " [spanish]"
args: " [Spanish]"
details:
selector: td.titulo a
selector: td.titulo a[id]
attribute: href
comments:
selector: td.foro a
attribute: href
size:
selector: td.tamano
@ -142,3 +157,10 @@
filters:
- name: replace
args: ["Freeleech X2", "2"]
minimumratio:
text: "1.0"
minimumseedtime:
text: "345600"
description:
optional: true
selector: td.titulo a[class]