mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
brokenstones: new domain. resolves #14116
This commit is contained in:
@@ -10,12 +10,16 @@ namespace Jackett.Common.Indexers
|
|||||||
[ExcludeFromCodeCoverage]
|
[ExcludeFromCodeCoverage]
|
||||||
public class BrokenStones : GazelleTracker
|
public class BrokenStones : GazelleTracker
|
||||||
{
|
{
|
||||||
|
public override string[] LegacySiteLinks { get; protected set; } = {
|
||||||
|
"https://brokenstones.club/"
|
||||||
|
};
|
||||||
|
|
||||||
public BrokenStones(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps,
|
public BrokenStones(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps,
|
||||||
ICacheService cs)
|
ICacheService cs)
|
||||||
: base(id: "brokenstones",
|
: base(id: "brokenstones",
|
||||||
name: "BrokenStones",
|
name: "BrokenStones",
|
||||||
description: "Broken Stones is a Private site for MacOS and iOS APPS / GAMES",
|
description: "Broken Stones is a Private site for MacOS and iOS APPS / GAMES",
|
||||||
link: "https://brokenstones.club/",
|
link: "https://broken-stones.club/",
|
||||||
caps: new TorznabCapabilities(),
|
caps: new TorznabCapabilities(),
|
||||||
configService: configService,
|
configService: configService,
|
||||||
client: wc,
|
client: wc,
|
||||||
|
Reference in New Issue
Block a user