From 8d23cbf52b35e0be982f72e518710a6a1e20458f Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Sat, 8 Jan 2022 09:35:51 -0600 Subject: [PATCH] New: (DanishBytes) Add .org Alt Link based on jackett bac28c030295bddeb2cc7934da6257dd013d8f60 --- src/NzbDrone.Core/Indexers/Definitions/DanishBytes.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/Indexers/Definitions/DanishBytes.cs b/src/NzbDrone.Core/Indexers/Definitions/DanishBytes.cs index 3527a05fe..c5def10a7 100644 --- a/src/NzbDrone.Core/Indexers/Definitions/DanishBytes.cs +++ b/src/NzbDrone.Core/Indexers/Definitions/DanishBytes.cs @@ -22,7 +22,7 @@ namespace NzbDrone.Core.Indexers.Definitions public class DanishBytes : TorrentIndexerBase { public override string Name => "DanishBytes"; - public override string[] IndexerUrls => new string[] { "https://danishbytes.club/" }; + public override string[] IndexerUrls => new string[] { "https://danishbytes.club/", "https://danishbytes2.org/" }; public override string Description => "DanishBytes is a Private Danish Tracker"; public override DownloadProtocol Protocol => DownloadProtocol.Torrent; public override IndexerPrivacy Privacy => IndexerPrivacy.Private;