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:
|
||||
- name: regexp
|
||||
args: src=([^\s]+)
|
||||
genre:
|
||||
optional: true
|
||||
selector: div.t-tags
|
||||
filters:
|
||||
- name: replace
|
||||
args: ["/", ", "]
|
||||
description:
|
||||
text: "{{ .Result.genre }}"
|
||||
imdbid:
|
||||
selector: a[href*="imdb.com/title/tt"]
|
||||
attribute: href
|
||||
|
Reference in New Issue
Block a user