From 66dc53b92f3afee2244f4cc440952c49b257fdd8 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Mon, 14 Jun 2021 15:12:57 -0500 Subject: [PATCH] Fixed: Remove Defunct Indexer - Usenet - NZBs2GO (#216) Fixes #214 --- src/NzbDrone.Core/Indexers/Definitions/Newznab/Newznab.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/NzbDrone.Core/Indexers/Definitions/Newznab/Newznab.cs b/src/NzbDrone.Core/Indexers/Definitions/Newznab/Newznab.cs index 3ef861e0f..8445d97fe 100644 --- a/src/NzbDrone.Core/Indexers/Definitions/Newznab/Newznab.cs +++ b/src/NzbDrone.Core/Indexers/Definitions/Newznab/Newznab.cs @@ -99,7 +99,6 @@ namespace NzbDrone.Core.Indexers.Newznab yield return GetDefinition("NZBgeek", GetSettings("https://api.nzbgeek.info")); yield return GetDefinition("NzbNoob", GetSettings("https://www.nzbnoob.com")); yield return GetDefinition("NzbPlanet", GetSettings("https://api.nzbplanet.net")); - yield return GetDefinition("NZBs2GO", GetSettings("https://nzbs2go.com", apiPath: @"/api/v1/api")); yield return GetDefinition("NZBStars", GetSettings("https://nzbstars.com")); yield return GetDefinition("NZBXS", GetSettings("https://www.nzbxs.com")); yield return GetDefinition("OZnzb", GetSettings("https://api.oznzb.com"));