From 155e46a24dad066afc2cc87a268db4f76114a888 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Thu, 5 Dec 2019 20:20:33 +1300 Subject: [PATCH] icetorrent: handle both kinds of date selectors --- src/Jackett.Common/Definitions/icetorrent.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/Jackett.Common/Definitions/icetorrent.yml b/src/Jackett.Common/Definitions/icetorrent.yml index a9d66b012..5e5feb8a7 100644 --- a/src/Jackett.Common/Definitions/icetorrent.yml +++ b/src/Jackett.Common/Definitions/icetorrent.yml @@ -110,7 +110,7 @@ selector: td:has(a[href$="filelist=1#filelist"]) remove: a date: - selector: td > small:has(i.fa-clock) + selector: td > small:has(i.fa-clock), td > span.small:has(i.fa-clock) filters: - name: replace args: ["\xA0", " "] @@ -133,8 +133,6 @@ leechers: selector: td:nth-last-child(1) downloadvolumefactor: - case: - "*": "0" + text: 0 uploadvolumefactor: - case: - "*": "1" + text: 1