BrokenStones: new domain (#14170)

This commit is contained in:
missingfile 2023-03-17 16:59:32 -07:00 committed by GitHub
parent fd58412143
commit 2059c67370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -13,10 +13,11 @@ namespace Jackett.Common.Indexers
public override string Id => "brokenstones";
public override string Name => "BrokenStones";
public override string Description => "Broken Stones is a Private site for MacOS and iOS APPS / GAMES";
public override string SiteLink { get; protected set; } = "https://broken-stones.club/";
public override string SiteLink { get; protected set; } = "https://brokenstones.is/";
public override string[] LegacySiteLinks => new[]
{
"https://brokenstones.club/"
"https://brokenstones.club/",
"https://broken-stones.club/"
};
public override string Language => "en-US";
public override string Type => "private";