From c31b9d84f068c848fec011ee869848bedc87bff2 Mon Sep 17 00:00:00 2001 From: Tom Dowden Date: Sun, 21 Oct 2018 18:17:22 +0100 Subject: [PATCH] Update IPTorrents.cd (#4044) adding extra failover URLs due to more blocking in the UK --- src/Jackett.Common/Indexers/IPTorrents.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Jackett.Common/Indexers/IPTorrents.cs b/src/Jackett.Common/Indexers/IPTorrents.cs index bbe8a3abe..2ccc844ae 100644 --- a/src/Jackett.Common/Indexers/IPTorrents.cs +++ b/src/Jackett.Common/Indexers/IPTorrents.cs @@ -34,6 +34,13 @@ namespace Jackett.Common.Indexers "http://ghost.cable-modem.org/", "http://logan.unusualperson.com/", "http://baywatch.workisboring.com/", + "https://ipt.getcrazy.me", + "https://ipt.findnemo.net", + "https://ipt.beelyrics.net", + "https://ipt.venom.global", + "https://ipt.workisboring.net", + "https://ipt.lol", + }; private new ConfigurationDataRecaptchaLogin configData