mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-02 08:34:32 +02:00
torrentleech: add genre results
This commit is contained in:
@@ -147,6 +147,13 @@ search:
|
|||||||
text: "{{ .Config.sitelink }}torrent/{{ .Result._id }}"
|
text: "{{ .Config.sitelink }}torrent/{{ .Result._id }}"
|
||||||
download:
|
download:
|
||||||
text: "{{ .Config.sitelink }}download/{{ .Result._id }}/{{ .Result._filename }}"
|
text: "{{ .Config.sitelink }}download/{{ .Result._id }}/{{ .Result._filename }}"
|
||||||
|
genre:
|
||||||
|
selector: tags
|
||||||
|
filters:
|
||||||
|
- name: validate
|
||||||
|
args: "Action, Adventure, Animation, Biography, Comedy, Crime, Documentary, Drama, Family, Fantasy, Game-Show, History, Horror, Kids, Music, Musical, Mystery, News, Reality-TV, Romance, Sci-Fi, Sport, Soap, Talk-Show, Thriller, War, Western"
|
||||||
|
description:
|
||||||
|
text: "{{ .Result.genre }}"
|
||||||
imdbid:
|
imdbid:
|
||||||
selector: imdbID
|
selector: imdbID
|
||||||
seeders:
|
seeders:
|
||||||
|
Reference in New Issue
Block a user