From 4adbddd5fe663bee35d08c88a036367513892815 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sun, 29 Sep 2019 22:53:31 +1300 Subject: [PATCH] tellytorrent: update for unit3d 1.9.4 --- src/Jackett.Common/Definitions/tellytorrent.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/Jackett.Common/Definitions/tellytorrent.yml b/src/Jackett.Common/Definitions/tellytorrent.yml index a47b128e3..432434ff9 100644 --- a/src/Jackett.Common/Definitions/tellytorrent.yml +++ b/src/Jackett.Common/Definitions/tellytorrent.yml @@ -58,8 +58,9 @@ tvdb: "" tmdb: "" mal: "" - sort: "created_at" - direction: "desc" + igdb: "" + sort: created_at + direction: desc qty: 100 rows: selector: table > tbody > tr @@ -85,6 +86,9 @@ filters: - name: replace args: ["https://via.placeholder.com/600x900", ""] + comments: + selector: a[href*="#comments"] + attribute: href size: selector: td:nth-last-child(4) seeders: @@ -141,4 +145,4 @@ "i[data-original-title=\"Global Double Upload\"]": "2" # Global Double Upload "i[data-original-title=\"Featured\"]": "2" # Featured Torrent "*": "1" -# UNIT3D 1.9.3 +# UNIT3D 1.9.4