This commit is contained in:
kaso17
2017-01-27 11:45:36 +01:00
3 changed files with 188 additions and 188 deletions

View File

@@ -63,6 +63,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
* FunkyTorrents
* Fuzer
* Ghost City
* GimmePeers
* GODS
* Gormogon
* Hardbay
@@ -77,7 +78,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
* House-of-Torrents
* Hyperay
* ICE Torrent
* ILoveTorrents
* Immortalseed
* Infinity-T
* IPTorrents
@@ -87,7 +87,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
* LinkoManija
* M-Team - TP
* Magico
* Mononok<EFBFBD>-BT
* Mononoké-BT
* MoreThanTV
* MyAnonamouse
* myAmity

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Globalization;
@@ -18,10 +18,10 @@ using NLog;
namespace Jackett.Indexers
{
// ReSharper disable once InconsistentNaming
public class ILoveTorrents : BaseIndexer, IIndexer
public class GimmePeers : BaseIndexer, IIndexer
{
private string BrowseUrl => SiteLink + "browse.php";
private string LoginUrl => SiteLink + "takelogin.php";
private string LoginUrl => SiteLink + "login.php";
new ConfigurationDataBasicLogin configData
{
@@ -29,10 +29,10 @@ namespace Jackett.Indexers
set { base.configData = value; }
}
public ILoveTorrents(IIndexerManagerService i, IWebClient wc, Logger l, IProtectionService ps)
: base(name: "ILoveTorrents",
description: "ILT",
link: "https://www.ilovetorrents.me/",
public GimmePeers(IIndexerManagerService i, IWebClient wc, Logger l, IProtectionService ps)
: base(name: "GimmePeers",
description: "Formerly ILT",
link: "https://www.gimmepeers.com/",
caps: new TorznabCapabilities(),
manager: i,
client: wc,

View File

@@ -228,7 +228,7 @@
<Compile Include="Indexers\Abnormal.cs" />
<Compile Include="Indexers\Fuzer.cs" />
<Compile Include="Indexers\GFTracker.cs" />
<Compile Include="Indexers\ILoveTorrents.cs" />
<Compile Include="Indexers\GimmePeers.cs" />
<Compile Include="Indexers\RevolutionTT.cs" />
<Compile Include="Indexers\TehConnection.cs" />
<Compile Include="Indexers\Hounddawgs.cs" />