From bac28c030295bddeb2cc7934da6257dd013d8f60 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Sat, 8 Jan 2022 04:20:52 +0000 Subject: [PATCH] danishbytes: add official mirror *2.org --- src/Jackett.Common/Indexers/DanishBytes.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Jackett.Common/Indexers/DanishBytes.cs b/src/Jackett.Common/Indexers/DanishBytes.cs index f3a83dd7b..f8136b79f 100644 --- a/src/Jackett.Common/Indexers/DanishBytes.cs +++ b/src/Jackett.Common/Indexers/DanishBytes.cs @@ -23,6 +23,11 @@ namespace Jackett.Common.Indexers private new ConfigurationDataAPIKey configData => (ConfigurationDataAPIKey)base.configData; + public override string[] AlternativeSiteLinks { get; protected set; } = { + "https://danishbytes.club/", + "https://danishbytes2.org/" + }; + public override string[] LegacySiteLinks { get; protected set; } = { "https://danishbytes.org/" };