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
@@ -28,6 +28,10 @@ namespace Jackett.Common.Indexers
|
|||||||
{
|
{
|
||||||
{ "agents of shield", "Agents of S.H.I.E.L.D."}
|
{ "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
|
private ConfigurationDataBasicLoginWithRSSAndDisplay ConfigData
|
||||||
{
|
{
|
||||||
@@ -38,7 +42,7 @@ namespace Jackett.Common.Indexers
|
|||||||
public BJShare(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps)
|
public BJShare(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps)
|
||||||
: base("BJ-Share",
|
: base("BJ-Share",
|
||||||
description: "A brazilian tracker.",
|
description: "A brazilian tracker.",
|
||||||
link: "https://bj-share.me/",
|
link: "https://bj-share.info/",
|
||||||
caps: TorznabUtil.CreateDefaultTorznabTVCaps(),
|
caps: TorznabUtil.CreateDefaultTorznabTVCaps(),
|
||||||
configService: configService,
|
configService: configService,
|
||||||
client: wc,
|
client: wc,
|
||||||
|
Reference in New Issue
Block a user