From 1b1f9d16be522d4ddbd284941b655f33b2e7f05b Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sat, 4 Nov 2023 16:30:40 +0200 Subject: [PATCH] Remove default definitions for dead indexers --- src/NzbDrone.Core/Indexers/Definitions/Newznab/Newznab.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/NzbDrone.Core/Indexers/Definitions/Newznab/Newznab.cs b/src/NzbDrone.Core/Indexers/Definitions/Newznab/Newznab.cs index f544899b1..cc9ff97a6 100644 --- a/src/NzbDrone.Core/Indexers/Definitions/Newznab/Newznab.cs +++ b/src/NzbDrone.Core/Indexers/Definitions/Newznab/Newznab.cs @@ -103,10 +103,7 @@ namespace NzbDrone.Core.Indexers.Newznab yield return GetDefinition("NzbPlanet", GetSettings("https://api.nzbplanet.net")); yield return GetDefinition("NZBStars", GetSettings("https://nzbstars.com")); yield return GetDefinition("OZnzb", GetSettings("https://api.oznzb.com")); - yield return GetDefinition("SimplyNZBs", GetSettings("https://simplynzbs.com")); - yield return GetDefinition("SpotNZB", GetSettings("https://spotnzb.xyz")); yield return GetDefinition("Tabula Rasa", GetSettings("https://www.tabula-rasa.pw", apiPath: @"/api/v1/api")); - yield return GetDefinition("VeryCouch LazyMuch", GetSettings("https://api.verycouch.com")); yield return GetDefinition("Generic Newznab", GetSettings("")); } }