From 5eb4dbe550b3b5f5c203e3d6eb087b0e8b28f454 Mon Sep 17 00:00:00 2001 From: kaso17 Date: Fri, 9 Nov 2018 17:32:31 +0100 Subject: [PATCH] Anthelion: renamed from TehConnection.me --- README.md | 2 +- .../Indexers/{TehConnectionMe.cs => Anthelion.cs} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename src/Jackett.Common/Indexers/{TehConnectionMe.cs => Anthelion.cs} (95%) diff --git a/README.md b/README.md index ef5c5cbb9..a1bc29602 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/ * AlphaRatio (AR) * AnimeBytes * AnimeTorrents (AnT) + * Anthelion (was TehConnection.me) * AOX * Apollo (XANAX) * ArabaFenice @@ -262,7 +263,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/ * Superbits * Tasmanit * TBPlus - * TehConnection.me * TenYardTracker * The Empire * The Geeks diff --git a/src/Jackett.Common/Indexers/TehConnectionMe.cs b/src/Jackett.Common/Indexers/Anthelion.cs similarity index 95% rename from src/Jackett.Common/Indexers/TehConnectionMe.cs rename to src/Jackett.Common/Indexers/Anthelion.cs index 3e592246d..32ce292d2 100644 --- a/src/Jackett.Common/Indexers/TehConnectionMe.cs +++ b/src/Jackett.Common/Indexers/Anthelion.cs @@ -14,7 +14,7 @@ namespace Jackett.Common.Indexers }; public TehConnectionMe(IIndexerConfigurationService configService, WebClient webClient, Logger logger, IProtectionService protectionService) - : base(name: "TehConnection.me", + : base(name: "Anthelion (TehConnection.me)", desc: "A movies tracker", link: "https://anthelion.me/", configService: configService,