From 983f551adf080becd708e6a89a7c3f440df038b0 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Wed, 13 Dec 2023 07:42:15 +1300 Subject: [PATCH] diablotorrent: add verified/unverified to descr --- src/Jackett.Common/Definitions/diablotorrent.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/diablotorrent.yml b/src/Jackett.Common/Definitions/diablotorrent.yml index e26fe8f33..64b3c9ac8 100644 --- a/src/Jackett.Common/Definitions/diablotorrent.yml +++ b/src/Jackett.Common/Definitions/diablotorrent.yml @@ -162,9 +162,13 @@ search: imdbid: selector: a[href*="imdb.com/title/tt"] attribute: href - description: + _description: selector: div.torrent_row_magyarcim remove: span.torrent_row_new + description: + case: + img[src="/pic/browse/yes.png"]: "Verified: {{ .Result._description}}" + "*": "Unverified: {{ .Result._description}}" downloadvolumefactor: text: 1 uploadvolumefactor: