mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
extremlymtorrents: change _genre to genre_optional
This commit is contained in:
parent
7384c0070a
commit
1c9a7a4715
1 changed files with 2 additions and 2 deletions
|
@ -168,7 +168,7 @@ search:
|
|||
"*": 1
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
_genre:
|
||||
genre_optional:
|
||||
# Drama, Romance | N/A | 2022 | 112 min | N/A
|
||||
# Drama:Family:Romance
|
||||
selector: td:nth-child(2)
|
||||
|
@ -178,7 +178,7 @@ search:
|
|||
args: ["|", 0]
|
||||
genre:
|
||||
# if its VIP then do not keep genre
|
||||
text: "{{ if .Result._vip }}{{ else }}{{ .Result._genre }}{{ end }}"
|
||||
text: "{{ if .Result._vip }}{{ else }}{{ .Result.genre_optional }}{{ end }}"
|
||||
description:
|
||||
text: "{{ if .Result._vip }}VIP ONLY{{ else }}{{ .Result.genre }}{{ end }}"
|
||||
minimumratio:
|
||||
|
|
Loading…
Add table
Reference in a new issue