From e651e4b77ff2ef0a2b10c2aec9f5f834d338d721 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Fri, 15 Dec 2023 23:37:50 +0000 Subject: [PATCH] hdvideo: add verified/unverified/banned to descr banned torrents can still be downloaded --- src/Jackett.Common/Definitions/hdvideo.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/hdvideo.yml b/src/Jackett.Common/Definitions/hdvideo.yml index c6f4a7b18..67f7c87c7 100644 --- a/src/Jackett.Common/Definitions/hdvideo.yml +++ b/src/Jackett.Common/Definitions/hdvideo.yml @@ -179,7 +179,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.4 2023-06-18