mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 22:23:20 +00:00
libranet: add genre result
This commit is contained in:
parent
5fa40886ce
commit
0c25b80f4e
1 changed files with 11 additions and 2 deletions
|
@ -65,14 +65,14 @@ search:
|
||||||
filters:
|
filters:
|
||||||
- name: querystring
|
- name: querystring
|
||||||
args: cat
|
args: cat
|
||||||
description:
|
format:
|
||||||
selector: img[width="60"]
|
selector: img[width="60"]
|
||||||
attribute: title
|
attribute: title
|
||||||
title:
|
title:
|
||||||
selector: a[href^="details.php?id="]
|
selector: a[href^="details.php?id="]
|
||||||
filters:
|
filters:
|
||||||
- name: append
|
- name: append
|
||||||
args: " {{ .Result.description }}"
|
args: " {{ .Result.format }}"
|
||||||
details:
|
details:
|
||||||
selector: a[href^="details.php?id="]
|
selector: a[href^="details.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
@ -111,4 +111,13 @@ search:
|
||||||
"*": 1
|
"*": 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
text: 1
|
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
|
# TBdev
|
||||||
|
|
Loading…
Add table
Reference in a new issue