mirror of
https://github.com/Jackett/Jackett
synced 2025-02-25 15:42:48 +00:00
Update torrentday url
This commit is contained in:
parent
62fdd46c85
commit
058c12175d
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ namespace Jackett.Indexers
|
|||
public TorrentDay(IIndexerManagerService i, Logger l, IWebClient wc, IProtectionService ps)
|
||||
: base(name: "TorrentDay",
|
||||
description: "TorrentDay",
|
||||
link: "https://torrentday.eu/",
|
||||
link: "https://tdonline.org/",
|
||||
caps: TorznabUtil.CreateDefaultTorznabTVCaps(),
|
||||
manager: i,
|
||||
client: wc,
|
||||
|
|
Loading…
Reference in a new issue