TorrentDay: change default url back to torrentday.it

This commit is contained in:
kaso17 2016-12-12 08:34:06 +01:00
parent f124b7e30b
commit addf98e9a3
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ namespace Jackett.Indexers
public TorrentDay(IIndexerManagerService i, Logger l, IWebClient wc, IProtectionService ps)
: base(name: "TorrentDay",
description: "TorrentDay",
link: "https://www.torrentday.com/",
link: "https://torrentday.it/",
caps: TorznabUtil.CreateDefaultTorznabTVCaps(),
manager: i,
client: wc,