Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/773274f3cc7997bfc178f1ce8b833b2e654ab552 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update Nyaa Pantsu apiPath to the actual /feed/torznab url.

pull/2016/head
Taloth Saldono 8 years ago
parent a33d8968ed
commit 773274f3cc

@ -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 }));
}
}

Loading…
Cancel
Save