mirror of
https://github.com/Jackett/Jackett
synced 2024-12-29 19:27:22 +00:00
ncore: change domain *.pro (#10955)
This commit is contained in:
parent
d6b2bc7d75
commit
c332129ffd
1 changed files with 5 additions and 1 deletions
|
@ -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<TvSearchParam>
|
||||
|
|
Loading…
Reference in a new issue