mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-02 14:59:16 +00:00
Added NZBFinder.ws as optional Indexer
Established indexer. Been around for 2+ years.
This commit is contained in:
@@ -33,6 +33,7 @@ namespace NzbDrone.Core.Indexers.Newznab
|
||||
get
|
||||
{
|
||||
yield return GetDefinition("Nzbs.org", GetSettings("http://nzbs.org", 5000));
|
||||
yield return GetDefinition("NZBFinder.ws", GetSettings("https://www.nzbfinder.ws"));
|
||||
yield return GetDefinition("Nzb.su", GetSettings("https://api.nzb.su"));
|
||||
yield return GetDefinition("Dognzb.cr", GetSettings("https://api.dognzb.cr"));
|
||||
yield return GetDefinition("OZnzb.com", GetSettings("https://api.oznzb.com"));
|
||||
|
||||
Reference in New Issue
Block a user