mirror of https://github.com/Jackett/Jackett
krazyzone: add genre validate filter to remove non-genre tags
This commit is contained in:
parent
6e11e5a75e
commit
8fbc5b9a08
|
@ -160,6 +160,9 @@ search:
|
||||||
genre:
|
genre:
|
||||||
optional: true
|
optional: true
|
||||||
selector: div.t-tags
|
selector: div.t-tags
|
||||||
|
filters:
|
||||||
|
- name: validate
|
||||||
|
args: "Action, Adventure, Animation, Comedy, Crime, Documentary, Drama, Family, Fantasy, History, Horror, Kids, Music, Mystery, News, Reality, Romance, SciFi, Soap, Talk, Thriller, War, Western"
|
||||||
description:
|
description:
|
||||||
text: "{{ .Result.genre }}"
|
text: "{{ .Result.genre }}"
|
||||||
imdbid:
|
imdbid:
|
||||||
|
|
Loading…
Reference in New Issue