mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Newzbin and NzbsRus
New: Removed Newzbin Fixed: NzbsRus now uses SSL.
This commit is contained in:
parent
0758a5eb1e
commit
05e4523bee
13 changed files with 21 additions and 3379 deletions
|
@ -88,7 +88,6 @@ namespace NzbDrone.Core
|
|||
logger.Debug("Initializing Indexers...");
|
||||
Kernel.Bind<IndexerBase>().To<NzbMatrix>();
|
||||
Kernel.Bind<IndexerBase>().To<NzbsRUs>();
|
||||
Kernel.Bind<IndexerBase>().To<Newzbin>();
|
||||
Kernel.Bind<IndexerBase>().To<Newznab>();
|
||||
Kernel.Bind<IndexerBase>().To<Wombles>();
|
||||
Kernel.Bind<IndexerBase>().To<FileSharingTalk>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue