From 335ea77e9ebd118e8fedc46a9264d236a79311bb Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Fri, 5 Oct 2018 06:54:39 +1300 Subject: [PATCH] tehconnectionme: new domain. resolves #3904 --- src/Jackett.Common/Indexers/TehConnectionMe.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Jackett.Common/Indexers/TehConnectionMe.cs b/src/Jackett.Common/Indexers/TehConnectionMe.cs index be4447c80..3e592246d 100644 --- a/src/Jackett.Common/Indexers/TehConnectionMe.cs +++ b/src/Jackett.Common/Indexers/TehConnectionMe.cs @@ -9,10 +9,14 @@ namespace Jackett.Common.Indexers { public class TehConnectionMe : GazelleTracker { + public override string[] LegacySiteLinks { get; protected set; } = new string[] { + "https://tehconnection.me/", + }; + public TehConnectionMe(IIndexerConfigurationService configService, WebClient webClient, Logger logger, IProtectionService protectionService) : base(name: "TehConnection.me", desc: "A movies tracker", - link: "https://tehconnection.me/", + link: "https://anthelion.me/", configService: configService, logger: logger, protectionService: protectionService,