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"]