mirror of https://github.com/Jackett/Jackett
peeratiko: add verified/unverified to descr
This commit is contained in:
parent
37ad1ebead
commit
e61505fa7b
|
@ -159,7 +159,9 @@ search:
|
|||
genre:
|
||||
selector: strong > i
|
||||
description:
|
||||
text: "{{ .Result.genre }}"
|
||||
case:
|
||||
img[src="/pic/mod.gif"]: "verified: {{ .Result.genre }}"
|
||||
"*": "Unverified: {{ .Result.genre }}"
|
||||
poster:
|
||||
selector: a[href^="details.php?id="]
|
||||
attribute: onmouseover
|
||||
|
|
Loading…
Reference in New Issue