From 615f5899cc034de45021e2ef168daf568b6c9a24 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sun, 28 Apr 2024 14:57:30 +0300 Subject: [PATCH] Fixed: (TorrentDay) Update base urls and MST Co-authored-by: garfield69 --- src/NzbDrone.Core/Indexers/Definitions/TorrentDay.cs | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/NzbDrone.Core/Indexers/Definitions/TorrentDay.cs b/src/NzbDrone.Core/Indexers/Definitions/TorrentDay.cs index b8510edf7..9371c8aa0 100644 --- a/src/NzbDrone.Core/Indexers/Definitions/TorrentDay.cs +++ b/src/NzbDrone.Core/Indexers/Definitions/TorrentDay.cs @@ -20,16 +20,21 @@ namespace NzbDrone.Core.Indexers.Definitions public override string Name => "TorrentDay"; public override string[] IndexerUrls => new[] { - "https://torrentday.cool/", "https://tday.love/", + "https://torrentday.cool/", "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/", "https://td.venom.global/", - "https://td.workisboring.net/" + "https://td.workisboring.net/", + "https://tday.findnemo.net/", + "https://tday.getcrazy.me/", + "https://tday.venom.global/", + "https://tday.workisboring.net/" }; public override string Description => "TorrentDay (TD) is a Private site for TV / MOVIES / GENERAL"; public override IndexerPrivacy Privacy => IndexerPrivacy.Private; @@ -266,7 +271,7 @@ namespace NzbDrone.Core.Indexers.Definitions DownloadVolumeFactor = downloadMultiplier, UploadVolumeFactor = 1, MinimumRatio = 1, - MinimumSeedTime = 172800 // 48 hours + MinimumSeedTime = 259200 // 72 hours }; torrentInfos.Add(release);