mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
libranet: fixup
This commit is contained in:
parent
6c0d4d10ba
commit
8bc78eff49
1 changed files with 3 additions and 7 deletions
|
@ -65,14 +65,14 @@ search:
|
|||
filters:
|
||||
- name: querystring
|
||||
args: cat
|
||||
format:
|
||||
_format:
|
||||
selector: img[width="60"]
|
||||
attribute: title
|
||||
title:
|
||||
selector: a[href^="details.php?id="]
|
||||
filters:
|
||||
- name: append
|
||||
args: " {{ .Result.format }}"
|
||||
args: " {{ .Result._format }}"
|
||||
details:
|
||||
selector: a[href^="details.php?id="]
|
||||
attribute: href
|
||||
|
@ -115,9 +115,5 @@ search:
|
|||
selector: td > table
|
||||
remove: b
|
||||
description:
|
||||
selector: img[width="60"]
|
||||
attribute: title
|
||||
filters:
|
||||
- name: append
|
||||
args: "{{ if .Result.genre }} - {{ .Result.genre }}{{ else }}{{ end }}"
|
||||
text: "{{ .Result._format }}{{ if .Result.genre }} - {{ .Result.genre }}{{ else }}{{ end }}"
|
||||
# TBdev
|
||||
|
|
Loading…
Add table
Reference in a new issue