From 1215548b31bb348ab0761c79679be22eb0a39b2f Mon Sep 17 00:00:00 2001 From: kaso17 Date: Fri, 6 Jan 2017 15:16:30 +0100 Subject: [PATCH] Remove nostream --- README.md | 1 - src/Jackett/Indexers/nostream.cs | 32 -------------------------------- src/Jackett/Jackett.csproj | 1 - 3 files changed, 34 deletions(-) delete mode 100644 src/Jackett/Indexers/nostream.cs diff --git a/README.md b/README.md index 9168f778b..b3c12a8a3 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/ * NetHD * NextGen * Norbits - * nostream * notwhat.cd * PassTheHeadphones * PassThePopcorn diff --git a/src/Jackett/Indexers/nostream.cs b/src/Jackett/Indexers/nostream.cs deleted file mode 100644 index aa3e10c95..000000000 --- a/src/Jackett/Indexers/nostream.cs +++ /dev/null @@ -1,32 +0,0 @@ -using Jackett.Models; -using NLog; -using Jackett.Services; -using Jackett.Utils.Clients; -using Jackett.Indexers.Abstract; - -namespace Jackett.Indexers -{ - public class nostream : GazelleTracker, IIndexer - { - public nostream(IIndexerManagerService indexerManager, IWebClient webClient, Logger logger, IProtectionService protectionService) - : base(name: "nostream", - desc: "A music tracker", - link: "https://nostre.am/", - indexerManager: indexerManager, - logger: logger, - protectionService: protectionService, - webClient: webClient - ) - { - Language = "en-us"; - - AddCategoryMapping(1, TorznabCatType.Audio, "Music"); - AddCategoryMapping(2, TorznabCatType.PC, "Applications"); - AddCategoryMapping(3, TorznabCatType.Books, "E-Books"); - AddCategoryMapping(4, TorznabCatType.AudioAudiobook, "Audiobooks"); - AddCategoryMapping(5, TorznabCatType.Movies, "E-Learning Videos"); - AddCategoryMapping(6, TorznabCatType.TV, "Comedy"); - AddCategoryMapping(7, TorznabCatType.Books, "Comics"); - } - } -} \ No newline at end of file diff --git a/src/Jackett/Jackett.csproj b/src/Jackett/Jackett.csproj index a052b19f8..073303d37 100644 --- a/src/Jackett/Jackett.csproj +++ b/src/Jackett/Jackett.csproj @@ -171,7 +171,6 @@ -