1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-01-01 12:46:23 +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" "ebook"
}; };
public override string[] LegacySiteLinks { get; protected set; } = {
"https://ncore.cc/"
};
public NCore(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps, public NCore(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps,
ICacheService cs) ICacheService cs)
: base(id: "ncore", : base(id: "ncore",
name: "nCore", name: "nCore",
description: "A Hungarian private torrent site.", description: "A Hungarian private torrent site.",
link: "https://ncore.cc/", link: "https://ncore.pro/",
caps: new TorznabCapabilities caps: new TorznabCapabilities
{ {
TvSearchParams = new List<TvSearchParam> TvSearchParams = new List<TvSearchParam>