From 93c94403439499fde7e36bbf69d2cea4484d28e9 Mon Sep 17 00:00:00 2001 From: garfield69 Date: Fri, 26 Apr 2024 02:29:38 +1200 Subject: [PATCH] torrentday: restore mirror & update MST (#15256) Co-authored-by: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> --- src/Jackett.Common/Indexers/TorrentDay.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Indexers/TorrentDay.cs b/src/Jackett.Common/Indexers/TorrentDay.cs index bcfd0b35c..2b5985874 100644 --- a/src/Jackett.Common/Indexers/TorrentDay.cs +++ b/src/Jackett.Common/Indexers/TorrentDay.cs @@ -30,6 +30,7 @@ namespace Jackett.Common.Indexers "https://secure.torrentday.com/", "https://classic.torrentday.com/", "https://www.torrentday.com/", + "https://www.torrentday.me/", "https://torrentday.it/", "https://td.findnemo.net/", "https://td.getcrazy.me/", @@ -46,7 +47,6 @@ namespace Jackett.Common.Indexers "https://tdonline.org/", // redirect to https://www.torrentday.com/ "https://torrentday.eu/", // redirect to https://www.torrentday.com/ "https://td-update.com/", // redirect to https://www.torrentday.com/ - "https://www.torrentday.me/", "https://www.torrentday.ru/", "https://www.td.af/" }; @@ -249,7 +249,7 @@ namespace Jackett.Common.Indexers DownloadVolumeFactor = downloadMultiplier, UploadVolumeFactor = 1, MinimumRatio = 1, - MinimumSeedTime = 172800 // 48 hours + MinimumSeedTime = 259200 // 72 hours }; releases.Add(release);