mirror of
https://github.com/Jackett/Jackett
synced 2025-02-25 07:32:38 +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)
|
||||
: base(name: "BlueTigers",
|
||||
description: "BlueTigers - No Ratio - Private",
|
||||
link: "http://www.bluetigers.ca/",
|
||||
link: "https://www.bluetigers.ca/",
|
||||
caps: new TorznabCapabilities(),
|
||||
manager: i,
|
||||
client: wc,
|
||||
|
@ -254,4 +254,4 @@ namespace Jackett.Indexers
|
|||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue