From f890ddd119a35eb4ba40b407aa65461c713b5e5d Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Fri, 24 Dec 2021 06:52:07 +1300 Subject: [PATCH] danishbytes: new domain resolves #10758 --- src/Jackett.Common/Indexers/DanishBytes.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Jackett.Common/Indexers/DanishBytes.cs b/src/Jackett.Common/Indexers/DanishBytes.cs index 57df06c8f..f3a83dd7b 100644 --- a/src/Jackett.Common/Indexers/DanishBytes.cs +++ b/src/Jackett.Common/Indexers/DanishBytes.cs @@ -23,12 +23,16 @@ namespace Jackett.Common.Indexers private new ConfigurationDataAPIKey configData => (ConfigurationDataAPIKey)base.configData; + public override string[] LegacySiteLinks { get; protected set; } = { + "https://danishbytes.org/" + }; + public DanishBytes(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps, ICacheService cs) : base(id: "danishbytes", name: "DanishBytes", description: "DanishBytes is a Private Danish Tracker", - link: "https://danishbytes.org/", + link: "https://danishbytes.club/", caps: new TorznabCapabilities { LimitsDefault = 25,