mirror of
https://github.com/Readarr/Readarr
synced 2026-05-09 05:21:41 +02:00
Added NZBFinder.ws as optional Indexer
Established indexer. Been around for 2+ years.
This commit is contained in:
parent
bf65807ef3
commit
1f8f52ac9b
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ public override IEnumerable<ProviderDefinition> DefaultDefinitions
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
yield return GetDefinition("Nzbs.org", GetSettings("http://nzbs.org", 5000));
|
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("Nzb.su", GetSettings("https://api.nzb.su"));
|
||||||
yield return GetDefinition("Dognzb.cr", GetSettings("https://api.dognzb.cr"));
|
yield return GetDefinition("Dognzb.cr", GetSettings("https://api.dognzb.cr"));
|
||||||
yield return GetDefinition("OZnzb.com", GetSettings("https://api.oznzb.com"));
|
yield return GetDefinition("OZnzb.com", GetSettings("https://api.oznzb.com"));
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue