From 90607d561cde6f06555c92e57e65313ea5c96460 Mon Sep 17 00:00:00 2001 From: Jorman Date: Mon, 11 Mar 2019 00:28:57 +0100 Subject: [PATCH] Update hdtorrentsit.yml (#4857) for #4839 Workaround due to https://github.com/Jackett/Jackett/issues/4839 Waiting for a c# version of this tracker --- src/Jackett.Common/Definitions/hdtorrentsit.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Jackett.Common/Definitions/hdtorrentsit.yml b/src/Jackett.Common/Definitions/hdtorrentsit.yml index c29ae178c..c982f5c43 100644 --- a/src/Jackett.Common/Definitions/hdtorrentsit.yml +++ b/src/Jackett.Common/Definitions/hdtorrentsit.yml @@ -118,13 +118,19 @@ attribute: href size: selector: td:nth-child(3) + seeders: + text: 1 seeders: selector: td:nth-child(4) + optional: true filters: - name: re_replace args: ["(\\d*) \\(\\+\\d*\\)\n? \\| (\\d*) \\(\\+\\d*\\)", "$1"] + leechers: + text: 1 leechers: selector: td:nth-child(4) + optional: true filters: - name: re_replace args: ["(\\d*) \\(\\+\\d*\\)\n? \\| (\\d*) \\(\\+\\d*\\)", "$2"]