From 79618adaf98395ddc9f1085492cdba9886a9fb1f Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Sun, 27 Jun 2021 19:32:31 -0400 Subject: [PATCH] New: (Indexer) Add IPTorrents Alt Links as of Jackett 4524c18d39251c677bec1d4d8f75f71c6c6ac010 --- .../Indexers/Definitions/IPTorrents.cs | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/Indexers/Definitions/IPTorrents.cs b/src/NzbDrone.Core/Indexers/Definitions/IPTorrents.cs index 8687a7d22..ab94cecc1 100644 --- a/src/NzbDrone.Core/Indexers/Definitions/IPTorrents.cs +++ b/src/NzbDrone.Core/Indexers/Definitions/IPTorrents.cs @@ -21,7 +21,20 @@ namespace NzbDrone.Core.Indexers.Definitions { public override string Name => "IPTorrents"; - public override string[] IndexerUrls => new string[] { "https://iptorrents.com/" }; + public override string[] IndexerUrls => new string[] + { + "https://iptorrents.com/", + "https://iptorrents.me/", + "https://nemo.iptorrents.com/", + "https://ipt.getcrazy.me/", + "https://ipt.findnemo.net/", + "https://ipt.beelyrics.net/", + "https://ipt.venom.global/", + "https://ipt.workisboring.net/", + "https://ipt.lol/", + "https://ipt.cool/", + "https://ipt.world/" + }; public override string Description => ""; public override DownloadProtocol Protocol => DownloadProtocol.Torrent; public override IndexerPrivacy Privacy => IndexerPrivacy.Private;