From c332129ffdfea8dfa8144180ef36ed4c78e2ae86 Mon Sep 17 00:00:00 2001 From: Crys <1208344+huncrys@users.noreply.github.com> Date: Fri, 29 Jan 2021 01:27:52 +0100 Subject: [PATCH] ncore: change domain *.pro (#10955) --- src/Jackett.Common/Indexers/NCore.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Jackett.Common/Indexers/NCore.cs b/src/Jackett.Common/Indexers/NCore.cs index 83fde1013..76e3b41fe 100644 --- a/src/Jackett.Common/Indexers/NCore.cs +++ b/src/Jackett.Common/Indexers/NCore.cs @@ -41,12 +41,16 @@ namespace Jackett.Common.Indexers "ebook" }; + public override string[] LegacySiteLinks { get; protected set; } = { + "https://ncore.cc/" + }; + public NCore(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps, ICacheService cs) : base(id: "ncore", name: "nCore", description: "A Hungarian private torrent site.", - link: "https://ncore.cc/", + link: "https://ncore.pro/", caps: new TorznabCapabilities { TvSearchParams = new List