From 37f8066901be431601ad6b83e39a394ab758b2bf Mon Sep 17 00:00:00 2001 From: kaso17 Date: Fri, 27 Apr 2018 15:50:49 +0200 Subject: [PATCH] TorrentDay: make .it the default again --- 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 2ab57a6b8..7e696dba5 100644 --- a/src/Jackett.Common/Indexers/TorrentDay.cs +++ b/src/Jackett.Common/Indexers/TorrentDay.cs @@ -48,7 +48,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.com/", + link: "https://www.torrentday.it/", caps: TorznabUtil.CreateDefaultTorznabTVCaps(), configService: configService, client: wc,