mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Merge pull request #205 from bdegier/develop
New: NZBFinder.ws as Newznab preset
This commit is contained in:
commit
a8e805fd5d
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ namespace NzbDrone.Core.Indexers.Newznab
|
||||||
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…
Add table
Add a link
Reference in a new issue