mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
krazyzone: add genre and description
This commit is contained in:
@@ -156,6 +156,14 @@ search:
|
|||||||
filters:
|
filters:
|
||||||
- name: regexp
|
- name: regexp
|
||||||
args: src=([^\s]+)
|
args: src=([^\s]+)
|
||||||
|
genre:
|
||||||
|
optional: true
|
||||||
|
selector: div.t-tags
|
||||||
|
filters:
|
||||||
|
- name: replace
|
||||||
|
args: ["/", ", "]
|
||||||
|
description:
|
||||||
|
text: "{{ .Result.genre }}"
|
||||||
imdbid:
|
imdbid:
|
||||||
selector: a[href*="imdb.com/title/tt"]
|
selector: a[href*="imdb.com/title/tt"]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
Reference in New Issue
Block a user