mirror of
https://github.com/Jackett/Jackett
synced 2025-03-08 21:06:25 +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
|
- name: replace
|
||||||
args: ["Genre:\xA0", ""]
|
args: ["Genre:\xA0", ""]
|
||||||
description:
|
description:
|
||||||
text: "{{ .Result.genre }}"
|
case:
|
||||||
|
b[title="Verified"]: "Verified: {{ .Result.genre }}"
|
||||||
|
"*": "Unverified: {{ .Result.genre }}"
|
||||||
files:
|
files:
|
||||||
selector: td:nth-last-child(8)
|
selector: td:nth-last-child(8)
|
||||||
date:
|
date:
|
||||||
|
|
Loading…
Add table
Reference in a new issue