Update BJ-Share to new domain name (#3225)

* Update BJ-Share to new domain name

BJ-Share changed its domain from bj-share.me to bj-share.info

* Added LegacySiteLinks method
This commit is contained in:
Raphael Barreiros
2018-06-12 16:44:42 -03:00
committed by garfield69
parent 32aae44ffc
commit c4aa49eb32

View File

@@ -29,6 +29,10 @@ namespace Jackett.Common.Indexers
{ "agents of shield", "Agents of S.H.I.E.L.D."}
};
public override string[] LegacySiteLinks { get; protected set; } = new string[] {
"https://bj-share.me/"
};
private ConfigurationDataBasicLoginWithRSSAndDisplay ConfigData
{
get => (ConfigurationDataBasicLoginWithRSSAndDisplay)configData;
@@ -38,7 +42,7 @@ namespace Jackett.Common.Indexers
public BJShare(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps)
: base("BJ-Share",
description: "A brazilian tracker.",
link: "https://bj-share.me/",
link: "https://bj-share.info/",
caps: TorznabUtil.CreateDefaultTorznabTVCaps(),
configService: configService,
client: wc,