1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-09 05:16:55 +00:00

seedfile: add verified/unverified to descr

This commit is contained in:
Garfield69 2023-12-14 17:29:28 +13:00
parent a06c1302a6
commit 0827d83fcd

View file

@ -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: