mirror of
https://github.com/Jackett/Jackett
synced 2024-12-26 09:48:37 +00:00
TorrentDay: make .it the default again
This commit is contained in:
parent
92f976916f
commit
37f8066901
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,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.com/",
|
||||
link: "https://www.torrentday.it/",
|
||||
caps: TorznabUtil.CreateDefaultTorznabTVCaps(),
|
||||
configService: configService,
|
||||
client: wc,
|
||||
|
|
Loading…
Reference in a new issue