mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 19:58:38 +00:00
seedfile: add verified/unverified to descr
This commit is contained in:
parent
a06c1302a6
commit
0827d83fcd
1 changed files with 3 additions and 1 deletions
|
@ -113,7 +113,9 @@ search:
|
|||
- name: replace
|
||||
args: ["Genre:\xA0", ""]
|
||||
description:
|
||||
text: "{{ .Result.genre }}"
|
||||
case:
|
||||
b[title="Verified"]: "Verified: {{ .Result.genre }}"
|
||||
"*": "Unverified: {{ .Result.genre }}"
|
||||
files:
|
||||
selector: td:nth-last-child(8)
|
||||
date:
|
||||
|
|
Loading…
Add table
Reference in a new issue