TorrentDay: update default URL

This commit is contained in:
kaso17 2018-09-17 15:50:30 +02:00
parent 1c3bc3cbf4
commit 1325fc6391
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ namespace Jackett.Common.Indexers
public TorrentDay(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps)
: base(name: "TorrentDay",
description: "TorrentDay (TD) is a Private site for TV / MOVIES / GENERAL",
link: "https://www.torrentday.it/",
link: "https://td.getcrazy.me/",
caps: TorznabUtil.CreateDefaultTorznabTVCaps(),
configService: configService,
client: wc,