mirror of https://github.com/Jackett/Jackett
Update TorrentDay.cs (#576)
This commit is contained in:
parent
2a020f691c
commit
f04a97f237
|
@ -34,7 +34,7 @@ namespace Jackett.Indexers
|
||||||
public TorrentDay(IIndexerManagerService i, Logger l, IWebClient wc, IProtectionService ps)
|
public TorrentDay(IIndexerManagerService i, Logger l, IWebClient wc, IProtectionService ps)
|
||||||
: base(name: "TorrentDay",
|
: base(name: "TorrentDay",
|
||||||
description: "TorrentDay",
|
description: "TorrentDay",
|
||||||
link: "https://tdonline.org/",
|
link: "https://torrentday.it/",
|
||||||
caps: TorznabUtil.CreateDefaultTorznabTVCaps(),
|
caps: TorznabUtil.CreateDefaultTorznabTVCaps(),
|
||||||
manager: i,
|
manager: i,
|
||||||
client: wc,
|
client: wc,
|
||||||
|
|
Loading…
Reference in New Issue