mirror of https://github.com/Jackett/Jackett
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
This commit is contained in:
parent
c0b665062e
commit
bab4620c04
|
@ -28,9 +28,9 @@ namespace Jackett.Indexers
|
||||||
}
|
}
|
||||||
|
|
||||||
public TransmitheNet(IIndexerManagerService i, Logger l, IWebClient c, IProtectionService ps)
|
public TransmitheNet(IIndexerManagerService i, Logger l, IWebClient c, IProtectionService ps)
|
||||||
: base(name: "TransmitTheNet",
|
: base(name: "Nebulance",
|
||||||
description: " At Transmithe.net we will change the way you think about TV",
|
description: " At Nebulance we will change the way you think about TV",
|
||||||
link: "https://transmithe.net/",
|
link: "https://nebulance.io/index.php",
|
||||||
caps: TorznabUtil.CreateDefaultTorznabTVCaps(),
|
caps: TorznabUtil.CreateDefaultTorznabTVCaps(),
|
||||||
manager: i,
|
manager: i,
|
||||||
client: c,
|
client: c,
|
||||||
|
|
Loading…
Reference in New Issue