mirror of
https://github.com/Jackett/Jackett
synced 2025-03-08 21:06:25 +00:00
peeratiko: add verified/unverified to descr
This commit is contained in:
parent
37ad1ebead
commit
e61505fa7b
1 changed files with 3 additions and 1 deletions
|
@ -159,7 +159,9 @@ search:
|
||||||
genre:
|
genre:
|
||||||
selector: strong > i
|
selector: strong > i
|
||||||
description:
|
description:
|
||||||
text: "{{ .Result.genre }}"
|
case:
|
||||||
|
img[src="/pic/mod.gif"]: "verified: {{ .Result.genre }}"
|
||||||
|
"*": "Unverified: {{ .Result.genre }}"
|
||||||
poster:
|
poster:
|
||||||
selector: a[href^="details.php?id="]
|
selector: a[href^="details.php?id="]
|
||||||
attribute: onmouseover
|
attribute: onmouseover
|
||||||
|
|
Loading…
Add table
Reference in a new issue