Skip to content

Commit

Permalink
ncore: change domain *.pro (#10955)
Browse files Browse the repository at this point in the history
  • Loading branch information
huncrys committed Jan 29, 2021
1 parent d6b2bc7 commit c332129
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Jackett.Common/Indexers/NCore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,16 @@ public class NCore : BaseWebIndexer
"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<TvSearchParam>
Expand Down

0 comments on commit c332129

Please sign in to comment.