mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-24 06:27:08 -04:00
New: Added UHD, X265, WEB-DL etc. to NZB Finder (#3568)
* Added UHD, X265, WEB-DL etc. to NZB Finder This works for Sonarr, can Radarr also add custom categories like this? * Remove root and foreign categories for NZB Finder As discussed https://github.com/Radarr/Radarr/pull/3568 * Remove duplicate preset
This commit is contained in:
parent
420e5fd730
commit
2d40914482
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ namespace NzbDrone.Core.Indexers.Newznab
|
|||
yield return GetDefinition("Nzb-Tortuga", GetSettings("https://www.nzb-tortuga.com"));
|
||||
yield return GetDefinition("Nzb.su", GetSettings("https://api.nzb.su"));
|
||||
yield return GetDefinition("NZBCat", GetSettings("https://nzb.cat"));
|
||||
yield return GetDefinition("NZBFinder.ws", GetSettings("https://nzbfinder.ws"));
|
||||
yield return GetDefinition("NZBFinder.ws", GetSettings("https://nzbfinder.ws", categories: new[] { 2020,2030,2035,2040,2045,2050,2060,2070,2080,2090 }));
|
||||
yield return GetDefinition("NZBgeek", GetSettings("https://api.nzbgeek.info"));
|
||||
yield return GetDefinition("nzbplanet.net", GetSettings("https://api.nzbplanet.net"));
|
||||
yield return GetDefinition("Nzbs.org", GetSettings("http://nzbs.org"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue