From 395da2a92f56fe49ca0dec8eb1acb7aa071bccdd Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Wed, 13 Dec 2023 18:14:08 +1300 Subject: [PATCH] gigatorrents: add verified/unverified to descr --- src/Jackett.Common/Definitions/gigatorrents.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Jackett.Common/Definitions/gigatorrents.yml b/src/Jackett.Common/Definitions/gigatorrents.yml index cbd030907..6db3c427e 100644 --- a/src/Jackett.Common/Definitions/gigatorrents.yml +++ b/src/Jackett.Common/Definitions/gigatorrents.yml @@ -151,6 +151,10 @@ search: selector: td:nth-child(7) files: selector: td:nth-child(4) + description: + case: + img[src="pic/staff/yes.png"]: Verified + "*": Unverified downloadvolumefactor: selector: td:nth-child(6) > span:nth-last-child(2) optional: true