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]
|
||||
public class BrokenStones : GazelleTracker
|
||||
{
|
||||
public override string[] LegacySiteLinks { get; protected set; } = {
|
||||
"https://brokenstones.club/"
|
||||
};
|
||||
|
||||
public BrokenStones(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps,
|
||||
ICacheService cs)
|
||||
: base(id: "brokenstones",
|
||||
name: "BrokenStones",
|
||||
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(),
|
||||
configService: configService,
|
||||
client: wc,
|
||||
|
Reference in New Issue
Block a user