From bab4620c0498e01353d08a57e2abe4df3c5f7460 Mon Sep 17 00:00:00 2001 From: adamwinn Date: Thu, 4 May 2017 05:54:12 -0600 Subject: [PATCH] Change TTN to Nebulance (#1320) * add * Add 3D Torrents * Accidently commited an old version of the 3dtorrents yaml file * Allow searching by categories for TPB * add * add * Fix error when pressing the Test button for TPB. This will remove searching by category for the time being. * Change HDPter to Ourbits * iloveclassics - the date is not within td:nth-child(2) div, but rather just td:nth-child(2), so remove the div bigtorrent - grabs and files data are not displayed in the grid. Seeders and leechers data was off by a column * Add ThePlace / TheVault / TheShow / TheOccult / TheGeeks (#1302) * Change SceneFZ domain (#1306) * Change TransmitheNet to Nebulance --- src/Jackett/Indexers/TransmitheNet.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Jackett/Indexers/TransmitheNet.cs b/src/Jackett/Indexers/TransmitheNet.cs index c86c44141..fd32bffa1 100644 --- a/src/Jackett/Indexers/TransmitheNet.cs +++ b/src/Jackett/Indexers/TransmitheNet.cs @@ -28,9 +28,9 @@ namespace Jackett.Indexers } public TransmitheNet(IIndexerManagerService i, Logger l, IWebClient c, IProtectionService ps) - : base(name: "TransmitTheNet", - description: " At Transmithe.net we will change the way you think about TV", - link: "https://transmithe.net/", + : base(name: "Nebulance", + description: " At Nebulance we will change the way you think about TV", + link: "https://nebulance.io/index.php", caps: TorznabUtil.CreateDefaultTorznabTVCaps(), manager: i, client: c,