1
0
Fork 0
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:
Crys 2021-01-29 01:27:52 +01:00 committed by GitHub
parent d6b2bc7d75
commit c332129ffd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>