From f9422b1909e6e82c1095570e467e642346cda0c0 Mon Sep 17 00:00:00 2001 From: Ellmout <elliotvr@users.noreply.github.com> Date: Sat, 17 Feb 2018 20:18:14 +0100 Subject: [PATCH] Update archetorrent.yml (#2601) --- src/Jackett.Common/Definitions/archetorrent.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Jackett.Common/Definitions/archetorrent.yml b/src/Jackett.Common/Definitions/archetorrent.yml index d0bc4c36..eb94182d 100644 --- a/src/Jackett.Common/Definitions/archetorrent.yml +++ b/src/Jackett.Common/Definitions/archetorrent.yml @@ -127,13 +127,13 @@ selector: img.rounded-img attribute: src size: - selector: td:nth-child(5) + selector: td:nth-child(6) grabs: - selector: td:nth-child(8) font b + selector: td:nth-child(9) font b seeders: - selector: td:nth-child(6) font b - leechers: selector: td:nth-child(7) font b + leechers: + selector: td:nth-child(8) font b downloadvolumefactor: case: img[title="freeleech"]: "0" -- GitLab