From b71bbe49c528fba8df590e3f4c9e4a9cfe1e94c3 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Mon, 18 Mar 2019 18:44:47 +1300 Subject: [PATCH] 3evils: size and date cols have shifted --- src/Jackett.Common/Definitions/3evils.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Jackett.Common/Definitions/3evils.yml b/src/Jackett.Common/Definitions/3evils.yml index 801b09aff..def6b467d 100644 --- a/src/Jackett.Common/Definitions/3evils.yml +++ b/src/Jackett.Common/Definitions/3evils.yml @@ -90,7 +90,7 @@ - name: replace args: ["details.php?id=", "download.php?torrent="] size: - selector: td:nth-last-child(6) + selector: td:nth-last-child(4) files: selector: a[href^="filelist.php?id="] grabs: @@ -103,11 +103,11 @@ # Today
10:20 AM # Yesterday
08:03 PM optional: true - selector: td:nth-last-child(7):contains("day") + selector: td:nth-last-child(5):contains("day") date: # Feb 14 2019
10:20 AM optional: true - selector: td:nth-last-child(7):not(:contains("day")) + selector: td:nth-last-child(5):not(:contains("day")) filters: - name: dateparse args: "Jan 2 2006 03:04 pm"