Fixed: (RED) Update indexer url (#2285)

* Updated RED CNAME record
* Added LegacyUrls
This commit is contained in:
Alexander Bruun
2024-11-24 05:41:21 +01:00
committed by GitHub
parent 299001a513
commit b447db5d08
2 changed files with 4 additions and 3 deletions
@@ -24,7 +24,8 @@ namespace NzbDrone.Core.Indexers.Definitions
public class Redacted : TorrentIndexerBase<RedactedSettings>
{
public override string Name => "Redacted";
public override string[] IndexerUrls => new[] { "https://redacted.ch/" };
public override string[] IndexerUrls => new[] { "https://redacted.sh/" };
public override string[] LegacyUrls => new[] { "https://redacted.ch/" };
public override string Description => "REDActed (Aka.PassTheHeadPhones) is one of the most well-known music trackers.";
public override IndexerPrivacy Privacy => IndexerPrivacy.Private;
public override IndexerCapabilities Capabilities => SetCapabilities();