From 27898aa3b58cfde0f6a83da2998910460a22bff5 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Thu, 23 Dec 2021 23:29:22 -0600 Subject: [PATCH] Fixed: (DanishBytes) Update Domain to .club Based on Jackett f890ddd119a35eb4ba40b407aa65461c713b5e5d --- 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 b3a420854..3527a05fe 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.org/" }; + public override string[] IndexerUrls => new string[] { "https://danishbytes.club/" }; public override string Description => "DanishBytes is a Private Danish Tracker"; public override DownloadProtocol Protocol => DownloadProtocol.Torrent; public override IndexerPrivacy Privacy => IndexerPrivacy.Private;