mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 05:16:55 +00:00
estone: add verified/unverified to descr
This commit is contained in:
parent
e2f4fd956f
commit
710b98e43a
1 changed files with 3 additions and 1 deletions
|
@ -160,7 +160,9 @@ search:
|
||||||
- name: regexp
|
- name: regexp
|
||||||
args: "\\((.+?)\\)"
|
args: "\\((.+?)\\)"
|
||||||
description:
|
description:
|
||||||
text: "{{ .Result.genre }}"
|
case:
|
||||||
|
img[src="pic/yes.png"]: "Verified: {{ .Result.genre }}"
|
||||||
|
img[src="pic/nincs.png"]: "Unverified: {{ .Result.genre }}"
|
||||||
minimumratio:
|
minimumratio:
|
||||||
text: 1.0
|
text: 1.0
|
||||||
minimumseedtime:
|
minimumseedtime:
|
||||||
|
|
Loading…
Add table
Reference in a new issue