From a33d8968ed3ac900dcb6cfc2fc794a4e2becd8d4 Mon Sep 17 00:00:00 2001 From: Taloth Saldono Date: Sat, 1 Jul 2017 00:08:01 +0200 Subject: [PATCH] New: Added Nyaa Pantsu as Torznab preset for Anime. --- src/NzbDrone.Core/Indexers/Torznab/Torznab.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NzbDrone.Core/Indexers/Torznab/Torznab.cs b/src/NzbDrone.Core/Indexers/Torznab/Torznab.cs index d2bd2de02..a9d3a3995 100644 --- a/src/NzbDrone.Core/Indexers/Torznab/Torznab.cs +++ b/src/NzbDrone.Core/Indexers/Torznab/Torznab.cs @@ -41,6 +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 })); } }