diff --git a/src/Jackett.Common/Indexers/Redacted.cs b/src/Jackett.Common/Indexers/Redacted.cs index c3f5f7f36..4a2801946 100644 --- a/src/Jackett.Common/Indexers/Redacted.cs +++ b/src/Jackett.Common/Indexers/Redacted.cs @@ -13,10 +13,10 @@ namespace Jackett.Common.Indexers [ExcludeFromCodeCoverage] public class Redacted : GazelleTracker { - protected override string DownloadUrl => SiteLink + "torrents.php?action=download&usetoken=" + (useTokens ? "1" : "0") + "&id="; + protected override string DownloadUrl => SiteLink + "ajax.php?action=download&usetoken=" + (useTokens ? "1" : "0") + "&id="; public Redacted(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps, - ICacheService cs) + ICacheService cs) : base(id: "redacted", name: "Redacted", description: "A music tracker", @@ -46,8 +46,9 @@ namespace Jackett.Common.Indexers p: ps, cs: cs, supportsFreeleechTokens: true, - has2Fa: true, - useApiKey: false + has2Fa: false, + useApiKey: true, + instructionMessageOptional: "
  1. Go to Redacted's site and open your account settings.
  2. Go to Access Settings tab and copy the API Key.
  3. Ensure that you've checked Confirm API Key.
  4. Finally, click Save Profile.
" ) { Language = "en-us";