From 79bf7e5b4c95a6dc4dac5fb1f5eb79410861b504 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Tue, 9 Jan 2024 06:03:39 +0000 Subject: [PATCH] Fixed: Remove dead Torznab presets --- src/NzbDrone.Core/Indexers/Torznab/Torznab.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/NzbDrone.Core/Indexers/Torznab/Torznab.cs b/src/NzbDrone.Core/Indexers/Torznab/Torznab.cs index e77d669d3..ae47d8c13 100644 --- a/src/NzbDrone.Core/Indexers/Torznab/Torznab.cs +++ b/src/NzbDrone.Core/Indexers/Torznab/Torznab.cs @@ -49,9 +49,7 @@ namespace NzbDrone.Core.Indexers.Torznab { get { - yield return GetDefinition("HD4Free.xyz", GetSettings("http://hd4free.xyz")); yield return GetDefinition("AnimeTosho Torrents", GetSettings("https://feed.animetosho.org", apiPath: @"/nabapi", categories: Array.Empty(), animeCategories: new[] { 5070 })); - yield return GetDefinition("Nyaa Pantsu", GetSettings("https://nyaa.pantsu.cat", apiPath: @"/feed/torznab", categories: Array.Empty(), animeCategories: new[] { 5070 })); } }