From 1325fc6391291636bc6d02e99d720f7c69d9dcee Mon Sep 17 00:00:00 2001 From: kaso17 Date: Mon, 17 Sep 2018 15:50:30 +0200 Subject: [PATCH] TorrentDay: update default URL --- src/Jackett.Common/Indexers/TorrentDay.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Indexers/TorrentDay.cs b/src/Jackett.Common/Indexers/TorrentDay.cs index a38561e19..d00207ad7 100644 --- a/src/Jackett.Common/Indexers/TorrentDay.cs +++ b/src/Jackett.Common/Indexers/TorrentDay.cs @@ -52,7 +52,7 @@ namespace Jackett.Common.Indexers public TorrentDay(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps) : base(name: "TorrentDay", description: "TorrentDay (TD) is a Private site for TV / MOVIES / GENERAL", - link: "https://www.torrentday.it/", + link: "https://td.getcrazy.me/", caps: TorznabUtil.CreateDefaultTorznabTVCaps(), configService: configService, client: wc,