mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
panda: add verified/unverified/banned to descr
This commit is contained in:
@@ -189,7 +189,12 @@ search:
|
|||||||
"*": 1
|
"*": 1
|
||||||
minimumratio:
|
minimumratio:
|
||||||
text: 1.0
|
text: 1.0
|
||||||
description:
|
description_text:
|
||||||
selector: td:nth-child(2)
|
selector: td:nth-child(2)
|
||||||
remove: a, b, font, img, span
|
remove: a, b, font, img, span
|
||||||
|
description:
|
||||||
|
case:
|
||||||
|
span[title="Allowed"]: "Verified: {{ .Result.description_text }}"
|
||||||
|
span[title="Not reviewed"]: "Unverified: {{ .Result.description_text }}"
|
||||||
|
span[title="Denied"]: "Banned: {{ .Result.description_text }}"
|
||||||
# NexusPHP v1.8.6 2023-08-04
|
# NexusPHP v1.8.6 2023-08-04
|
||||||
|
Reference in New Issue
Block a user