New: (DanishBytes) Add .org Alt Link

based on jackett bac28c030295bddeb2cc7934da6257dd013d8f60
pull/767/head
bakerboy448 3 years ago committed by Qstick
parent d925b37066
commit 8d23cbf52b

@ -22,7 +22,7 @@ namespace NzbDrone.Core.Indexers.Definitions
public class DanishBytes : TorrentIndexerBase<DanishBytesSettings>
{
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;

Loading…
Cancel
Save