mirror of https://github.com/Jackett/Jackett
teracod; add verified/unverified to descr
This commit is contained in:
parent
0827d83fcd
commit
3ec3f44bd0
|
@ -177,7 +177,9 @@ search:
|
|||
- name: regexp
|
||||
args: "\\((.+?)\\)"
|
||||
description:
|
||||
text: "{{ .Result.genre }}"
|
||||
case:
|
||||
img[src="pic/yes.gif"]: "Verified: {{ .Result.genre }}"
|
||||
"*": "Unverified: {{ .Result.genre }}"
|
||||
minimumratio:
|
||||
text: 1.0
|
||||
minimumseedtime:
|
||||
|
|
Loading…
Reference in New Issue