mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-18 13:23:51 +00:00
New: Added Nyaa Pantsu as Torznab preset for Anime.
This commit is contained in:
parent
e41baccd02
commit
a33d8968ed
1 changed files with 1 additions and 0 deletions
|
@ -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 }));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue