From e324773c91306a8b7b542e6879cfaf46d136d049 Mon Sep 17 00:00:00 2001 From: kaso17 Date: Mon, 14 May 2018 16:53:00 +0200 Subject: [PATCH] Union Fansub: fix column parsing for some users thank you @eduarditotv --- src/Jackett.Common/Definitions/unionfansub.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Jackett.Common/Definitions/unionfansub.yml b/src/Jackett.Common/Definitions/unionfansub.yml index a1628208a..b13790cfc 100644 --- a/src/Jackett.Common/Definitions/unionfansub.yml +++ b/src/Jackett.Common/Definitions/unionfansub.yml @@ -76,20 +76,20 @@ search: - name: replace args: ["&hit=", "&aviso="] files: - selector: td:nth-child(6) + selector: td:nth-last-child(8) size: - selector: td:nth-child(9) + selector: td:nth-last-child(5) filters: - name: replace args: [",", "."] grabs: - selector: td:nth-child(10) + selector: td:nth-last-child(4) seeders: - selector: td:nth-child(11) + selector: td:nth-last-child(3) leechers: - selector: td:nth-child(12) + selector: td:nth-last-child(2) date: - selector: td:nth-child(8) + selector: td:nth-last-child(6) filters: - name: timeago downloadvolumefactor: