From 96b78fae568dde8a2c1b7004004fdaa5a50a2510 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Sat, 16 Dec 2023 00:22:33 +0000 Subject: [PATCH] panda: add verified/unverified/banned to descr --- src/Jackett.Common/Definitions/panda.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/panda.yml b/src/Jackett.Common/Definitions/panda.yml index b03f0a27f..af8d5d4dc 100644 --- a/src/Jackett.Common/Definitions/panda.yml +++ b/src/Jackett.Common/Definitions/panda.yml @@ -189,7 +189,12 @@ search: "*": 1 minimumratio: text: 1.0 - 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.6 2023-08-04