mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
theshinning: add genre result
This commit is contained in:
@@ -124,6 +124,13 @@ search:
|
|||||||
args: "&w=180&h=270" # for display on dashboard
|
args: "&w=180&h=270" # for display on dashboard
|
||||||
- name: replace
|
- name: replace
|
||||||
args: ["https://images.weserv.nl/?url=https://theshinning.me/img/nocover.png&w=180&h=270", ""]
|
args: ["https://images.weserv.nl/?url=https://theshinning.me/img/nocover.png&w=180&h=270", ""]
|
||||||
|
genre:
|
||||||
|
selector: td:nth-last-child(11)
|
||||||
|
filters:
|
||||||
|
- name: validate
|
||||||
|
args: "Action, Adventure, Animation, Biography, Comedy, Crime, Documentary, Drama, Family, Fantasy, Game-Show, History, Horror, Music, Musical, Mystery, News, Reality-TV, Romance, Science Fiction, Sitcom, Sport, Talk-Show, Thriller, War, Western"
|
||||||
|
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