mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
moviesite: add genre results
This commit is contained in:
parent
354974a5a5
commit
8ea1811a5f
1 changed files with 14 additions and 0 deletions
|
@ -137,8 +137,22 @@ search:
|
|||
filters:
|
||||
- name: replace
|
||||
args: ["../pic/+18.png", ""]
|
||||
genre:
|
||||
selector: font[color="black"]
|
||||
filters:
|
||||
- name: replace
|
||||
args: ["Műfaj:\xA0", ""]
|
||||
- name: replace
|
||||
args: ["Categorie:\xA0", ""]
|
||||
- name: replace
|
||||
args: ["Genre:\xA0", ""]
|
||||
- name: replace
|
||||
args: ["\x09", ""]
|
||||
description:
|
||||
selector: div center font b i
|
||||
filters:
|
||||
- name: append
|
||||
args: "{{ if .Result.genre }}</br>{{ .Result.genre }}{{ else }}{{ end }}"
|
||||
imdbid:
|
||||
selector: a[href*="imdb.com/title/tt"]
|
||||
attribute: href
|
||||
|
|
Loading…
Add table
Reference in a new issue