From 269dc5688b7acd44c512779f29283d02e278d1f2 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Thu, 27 Jul 2023 12:18:49 +0300 Subject: [PATCH] New: (IPTorrents) Add new base url --- src/NzbDrone.Core/Indexers/Definitions/IPTorrents.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/Indexers/Definitions/IPTorrents.cs b/src/NzbDrone.Core/Indexers/Definitions/IPTorrents.cs index 3e8294e4b..1c85a711f 100644 --- a/src/NzbDrone.Core/Indexers/Definitions/IPTorrents.cs +++ b/src/NzbDrone.Core/Indexers/Definitions/IPTorrents.cs @@ -35,7 +35,8 @@ namespace NzbDrone.Core.Indexers.Definitions "https://ipt.workisboring.net/", "https://ipt.lol/", "https://ipt.cool/", - "https://ipt.world/" + "https://ipt.world/", + "https://ipt.octopus.town/" }; public override string Description => "IPTorrents (IPT) is a Private Torrent Tracker for 0DAY / GENERAL."; public override IndexerPrivacy Privacy => IndexerPrivacy.Private;