mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Fix Torrentleech #209
This commit is contained in:
@@ -32,13 +32,13 @@ namespace Jackett.Indexers
|
|||||||
public TorrentLeech(IIndexerManagerService i, Logger l, IWebClient wc, IProtectionService ps)
|
public TorrentLeech(IIndexerManagerService i, Logger l, IWebClient wc, IProtectionService ps)
|
||||||
: base(name: "TorrentLeech",
|
: base(name: "TorrentLeech",
|
||||||
description: "This is what happens when you seed",
|
description: "This is what happens when you seed",
|
||||||
link: "http://www.torrentleech.org/",
|
link: "https://www.torrentleech.org/",
|
||||||
caps: TorznabUtil.CreateDefaultTorznabTVCaps(),
|
caps: TorznabUtil.CreateDefaultTorznabTVCaps(),
|
||||||
manager: i,
|
manager: i,
|
||||||
client: wc,
|
client: wc,
|
||||||
logger: l,
|
logger: l,
|
||||||
p: ps,
|
p: ps,
|
||||||
downloadBase: "http://www.torrentleech.org/download/",
|
downloadBase: "https://www.torrentleech.org/download/",
|
||||||
configData: new ConfigurationDataBasicLogin())
|
configData: new ConfigurationDataBasicLogin())
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user