mirror of
https://github.com/Jackett/Jackett
synced 2025-02-25 15:42:48 +00:00
SSL enabled
This commit is contained in:
parent
3c396ba880
commit
2456a42608
1 changed files with 2 additions and 2 deletions
|
@ -47,13 +47,13 @@ namespace Jackett.Indexers
|
|||
: base(
|
||||
name: "Fnt",
|
||||
description: "Your French Movies & Series Provider",
|
||||
link: "http://fnt.nu/",
|
||||
link: "https://fnt.nu/",
|
||||
caps: new TorznabCapabilities(),
|
||||
manager: i,
|
||||
client: w,
|
||||
logger: l,
|
||||
p: ps,
|
||||
downloadBase: "http://fnt.nu/download.php?id=",
|
||||
downloadBase: "https://fnt.nu/download.php?id=",
|
||||
configData: new ConfigurationDataFnt())
|
||||
{
|
||||
// Clean capabilities
|
||||
|
|
Loading…
Reference in a new issue