From 7d073af14fb4a12bee21d1863ac683efbf8b9765 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Fri, 10 Jan 2020 07:08:07 +1300 Subject: [PATCH] torrentday: drop tday.love domain. resolves #6880 --- 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 45d3594b8..a2c9bbc32 100644 --- a/src/Jackett.Common/Indexers/TorrentDay.cs +++ b/src/Jackett.Common/Indexers/TorrentDay.cs @@ -24,10 +24,10 @@ namespace Jackett.Common.Indexers public override string[] LegacySiteLinks { get; protected set; } = new string[] { "https://torrentday.com/" + "https://tday.love/", }; public override string[] AlternativeSiteLinks { get; protected set; } = new string[] { - "https://tday.love/", "https://torrentday.cool/", "https://tdonline.org/", "https://secure.torrentday.com/", @@ -54,7 +54,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://tday.love/", + link: "https://torrentday.cool/", caps: TorznabUtil.CreateDefaultTorznabTVCaps(), configService: configService, client: wc,