From c58185d124ac56b00c59585edb46cf958fc62a6e Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Wed, 17 Apr 2024 22:07:28 +0100 Subject: [PATCH] restore mirror & update MST --- 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 e65899568..a2b87cac8 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/" }; @@ -250,7 +250,7 @@ namespace Jackett.Common.Indexers DownloadVolumeFactor = downloadMultiplier, UploadVolumeFactor = 1, MinimumRatio = 1, - MinimumSeedTime = 172800 // 48 hours + MinimumSeedTime = 259200 // 72 hours }; releases.Add(release);