mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
libranet: add genre result
This commit is contained in:
@@ -65,14 +65,14 @@ search:
|
||||
filters:
|
||||
- name: querystring
|
||||
args: cat
|
||||
description:
|
||||
format:
|
||||
selector: img[width="60"]
|
||||
attribute: title
|
||||
title:
|
||||
selector: a[href^="details.php?id="]
|
||||
filters:
|
||||
- name: append
|
||||
args: " {{ .Result.description }}"
|
||||
args: " {{ .Result.format }}"
|
||||
details:
|
||||
selector: a[href^="details.php?id="]
|
||||
attribute: href
|
||||
@@ -111,4 +111,13 @@ search:
|
||||
"*": 1
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
genre:
|
||||
selector: td > table
|
||||
remove: b
|
||||
description:
|
||||
selector: img[width="60"]
|
||||
attribute: title
|
||||
filters:
|
||||
- name: append
|
||||
args: "{{ if .Result.genre }} - {{ .Result.genre }}{{ else }}{{ end }}"
|
||||
# TBdev
|
||||
|
Reference in New Issue
Block a user