mirror of
https://github.com/Jackett/Jackett
synced 2025-02-25 15:42:48 +00:00
Enable SSL on Bluetigers
This commit is contained in:
parent
c7aa0d7b0f
commit
2adecae9bf
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ namespace Jackett.Indexers
|
||||||
public BlueTigers(IIndexerManagerService i, IWebClient wc, Logger l, IProtectionService ps)
|
public BlueTigers(IIndexerManagerService i, IWebClient wc, Logger l, IProtectionService ps)
|
||||||
: base(name: "BlueTigers",
|
: base(name: "BlueTigers",
|
||||||
description: "BlueTigers - No Ratio - Private",
|
description: "BlueTigers - No Ratio - Private",
|
||||||
link: "http://www.bluetigers.ca/",
|
link: "https://www.bluetigers.ca/",
|
||||||
caps: new TorznabCapabilities(),
|
caps: new TorznabCapabilities(),
|
||||||
manager: i,
|
manager: i,
|
||||||
client: wc,
|
client: wc,
|
||||||
|
|
Loading…
Reference in a new issue