mirror of
https://github.com/Jackett/Jackett
synced 2025-03-11 14:44:46 +00:00
krazyzone: add genre validate filter to remove non-genre tags
This commit is contained in:
parent
6e11e5a75e
commit
8fbc5b9a08
1 changed files with 3 additions and 0 deletions
|
@ -160,6 +160,9 @@ search:
|
|||
genre:
|
||||
optional: true
|
||||
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:
|
||||
text: "{{ .Result.genre }}"
|
||||
imdbid:
|
||||
|
|
Loading…
Add table
Reference in a new issue