mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-17 21:44:48 -04:00
Fixed: (BrokenStones) Restored, site moved domains
This commit is contained in:
@@ -6,11 +6,10 @@ using NzbDrone.Core.Messaging.Events;
|
||||
|
||||
namespace NzbDrone.Core.Indexers.Definitions;
|
||||
|
||||
[Obsolete("Site unavailable")]
|
||||
public class BrokenStones : GazelleBase<GazelleSettings>
|
||||
{
|
||||
public override string Name => "BrokenStones";
|
||||
public override string[] IndexerUrls => new[] { "https://brokenstones.club/" };
|
||||
public override string[] IndexerUrls => new[] { "https://brokenstones.is/" };
|
||||
public override string Description => "Broken Stones is a Private site for MacOS and iOS APPS / GAMES";
|
||||
public override IndexerPrivacy Privacy => IndexerPrivacy.Private;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user