mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
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:

committed by
garfield69

parent
32aae44ffc
commit
c4aa49eb32
@@ -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,
|
||||
|
Reference in New Issue
Block a user