mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 19:58:38 +00:00
teracod; add verified/unverified to descr
This commit is contained in:
parent
0827d83fcd
commit
3ec3f44bd0
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue