Merge pull request #247 from flightlevel/ilovetorrents

ILoveTorrents: Add to readme
This commit is contained in:
flightlevel 2016-02-16 19:42:08 +11:00
commit 11f99a44d3
2 changed files with 2 additions and 1 deletions

View File

@ -35,6 +35,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
* HD-Space
* HD-Torrents
* Hounddawgs
* ILoveTorrents
* Immortalseed
* IPTorrents
* MoreThanTV

View File

@ -33,7 +33,7 @@ namespace Jackett.Indexers
: base(name: "ILoveTorrents",
description: "ILT",
link: "https://www.ilovetorrents.me/",
caps: TorznabUtil.CreateDefaultTorznabTVCaps(),
caps: new TorznabCapabilities(),
manager: i,
client: wc,
logger: l,