From 51ece1726c8b6f57cdd2592d4666afdb66e3172a Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Fri, 12 Oct 2018 11:43:22 +1300 Subject: [PATCH] ilcorsaroblu: #3970 they have been playing with the search page, and appear to have dropped the size field. now defaulting to 500MB unless it pops up again --- src/Jackett.Common/Definitions/ilcorsaroblu.yml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/src/Jackett.Common/Definitions/ilcorsaroblu.yml b/src/Jackett.Common/Definitions/ilcorsaroblu.yml index 865a785dc..573e807b5 100644 --- a/src/Jackett.Common/Definitions/ilcorsaroblu.yml +++ b/src/Jackett.Common/Definitions/ilcorsaroblu.yml @@ -144,18 +144,25 @@ - name: regexp args: "src=(.+?) " size: - selector: td:nth-child(9) + text: "500 MB" + size: + optional: true + selector: td:nth-child(4):contains("B") date: - selector: td:nth-child(5) + selector: td:nth-last-child(6) filters: - name: dateparse args: "02/01/2006" grabs: - selector: td:nth-child(8) + selector: td:nth-last-child(3) filters: - name: replace args: ["---", "0"] seeders: - selector: td:nth-child(6) + selector: td:nth-last-child(5) leechers: - selector: td:nth-child(7) + selector: td:nth-last-child(4) + downloadvolumefactor: + text: "0" + uploadvolumefactor: + text: "1"