From 9db2e51fa178cdd9cb8aa8854028a74444f3cf9a Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Thu, 4 May 2023 16:51:22 +0100 Subject: [PATCH] 3changtrai: minor update and tidy --- src/Jackett.Common/Definitions/3changtrai.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/Jackett.Common/Definitions/3changtrai.yml b/src/Jackett.Common/Definitions/3changtrai.yml index 0aace49be..088f51646 100644 --- a/src/Jackett.Common/Definitions/3changtrai.yml +++ b/src/Jackett.Common/Definitions/3changtrai.yml @@ -1,7 +1,7 @@ --- id: 3changtrai name: 3ChangTrai -description: "3ChangTrai (3CT) is a VIETNAMESE Private Torrent Tracker for HD MOVIES / TV" +description: "3ChangTrai (3CT) is a VIETNAMESE Private Torrent Tracker for HD MOVIES / TV / GENERAL" language: vi-VN type: private encoding: UTF-8 @@ -100,7 +100,6 @@ search: sort: "{{ .Config.sort }}" type: "{{ .Config.type }}" notnewword: 1 - # does not return imdb link in results rows: selector: table.torrents > tbody > tr:has(table.torrentname) @@ -126,7 +125,7 @@ search: selector: a[href^="download.php?id="] attribute: href poster: - selector: img.lazyload + selector: img[data-src] attribute: data-src imdbid: selector: a[href*="imdb.com/title/tt"] @@ -174,7 +173,10 @@ search: img.pro_free2up: 2 img.pro_2up: 2 "*": 1 + minimumseedtime: + # 3 days (as seconds = 3 x 24 x 60 x 60) + text: 259200 description: - selector: td:nth-child(2) + selector: td:nth-child(3) remove: a, img -# NexusPHP v3.0 2020-04-30 +# NexusPHP 3ChangTrai v3.0 2020-04-30