From 4a599e87bd3999c3971dc853721b1a6ba6f9ee4e Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Tue, 30 Jul 2019 08:04:34 +1200 Subject: [PATCH] asgaard: copy with advanced user's torrent list. resolves #5754 advanced users get fast-edit and fast-delete icons and a tooltip with additional details. this changes the selectors positions. --- src/Jackett.Common/Definitions/asgaard.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Jackett.Common/Definitions/asgaard.yml b/src/Jackett.Common/Definitions/asgaard.yml index e9558c4b3..9eb06e203 100644 --- a/src/Jackett.Common/Definitions/asgaard.yml +++ b/src/Jackett.Common/Definitions/asgaard.yml @@ -144,23 +144,23 @@ selector: a[href*="download.php?torrent="] attribute: href files: - selector: td:nth-last-child(8) + selector: td:nth-child(5) date: - selector: td:nth-last-child(6) + selector: td:nth-child(7) filters: - name: dateparse args: "2 Jan 2006 15:04:05" size: - selector: td:nth-last-child(5) + selector: td:nth-child(8) grabs: - selector: td:nth-last-child(4) + selector: td:nth-child(9) filters: - name: regexp args: (\d+) seeders: - selector: td:nth-last-child(2) + selector: td:nth-child(11) leechers: - selector: td:nth-last-child(1) + selector: td:nth-child(12) downloadvolumefactor: case: img[src="./images/gold.png"]: "0"