Update TorrentDay.cs (#576)

This commit is contained in:
RageInvader 2016-10-25 18:04:55 +01:00 committed by JigSaw
parent 2a020f691c
commit f04a97f237
1 changed files with 1 additions and 1 deletions

View File

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