Skip to content

Commit

Permalink
libranet: add genre result
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Aug 6, 2022
1 parent 5fa4088 commit 0c25b80
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/Jackett.Common/Definitions/libranet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 0c25b80

Please sign in to comment.