1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-24 23:22:46 +00:00

Change SceneFZ domain (#1306)

This commit is contained in:
adamwinn 2017-04-26 11:37:46 -06:00 committed by kaso17
parent 0594e1c52d
commit d8b83c6b07

View file

@ -30,7 +30,7 @@ namespace Jackett.Indexers
public SceneFZ(IIndexerManagerService i, IWebClient wc, Logger l, IProtectionService ps)
: base(name: "SceneFZ",
description: "Torrent tracker. Tracking over 50.000 torrent files.",
link: "http://scenefz.net/",
link: "http://scenefz.me/",
caps: TorznabUtil.CreateDefaultTorznabTVCaps(),
manager: i,
client: wc,