From d60308fe49160acbf62d8235e2de8645776d2f83 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Fri, 15 Dec 2023 23:57:22 +0000 Subject: [PATCH] ptlsp: add verified/unverified/banned to descr --- src/Jackett.Common/Definitions/ptlsp.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/ptlsp.yml b/src/Jackett.Common/Definitions/ptlsp.yml index 2f311e499..1372a9ef8 100644 --- a/src/Jackett.Common/Definitions/ptlsp.yml +++ b/src/Jackett.Common/Definitions/ptlsp.yml @@ -193,7 +193,12 @@ search: img.pro_free2up: 2 img.pro_2up: 2 "*": 1 - description: + description_text: selector: td:nth-child(2) 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.8 2023-09-25