FreshonTV fix

This commit is contained in:
unknown
2015-07-24 18:23:31 -06:00
parent 58f43b8b44
commit 63b0ca6b72

View File

@@ -32,7 +32,7 @@ namespace Jackett.Indexers
public Freshon(IIndexerManagerService i, Logger l)
: base(name: "FreshOnTV",
description: "Our goal is to provide the latest stuff in the TV show domain",
link: new Uri("https://www.bit-hdtv.com"),
link: new Uri("https://freshon.tv"),
caps: TorznabCapsUtil.CreateDefaultTorznabTVCaps(),
manager: i,
logger: l)