From 773274f3cc7997bfc178f1ce8b833b2e654ab552 Mon Sep 17 00:00:00 2001 From: Taloth Saldono Date: Sat, 1 Jul 2017 12:43:30 +0200 Subject: [PATCH] Update Nyaa Pantsu apiPath to the actual /feed/torznab url. --- src/NzbDrone.Core/Indexers/Torznab/Torznab.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/Indexers/Torznab/Torznab.cs b/src/NzbDrone.Core/Indexers/Torznab/Torznab.cs index a9d3a3995..a8d8a51f9 100644 --- a/src/NzbDrone.Core/Indexers/Torznab/Torznab.cs +++ b/src/NzbDrone.Core/Indexers/Torznab/Torznab.cs @@ -41,7 +41,7 @@ namespace NzbDrone.Core.Indexers.Torznab { yield return GetDefinition("HD4Free.xyz", GetSettings("http://hd4free.xyz")); yield return GetDefinition("AnimeTosho Torrents", GetSettings("https://animetosho.org", apiPath: @"/feed/nabapi", categories: new int[0], animeCategories: new[] { 5070 })); - yield return GetDefinition("Nyaa Pantsu", GetSettings("https://nyaa.pantsu.cat", categories: new int[0], animeCategories: new[] { 5070 })); + yield return GetDefinition("Nyaa Pantsu", GetSettings("https://nyaa.pantsu.cat", apiPath: @"/feed/torznab", categories: new int[0], animeCategories: new[] { 5070 })); } }