torrentday: re-instate tday.love as primary domain. resolves #6998

This commit is contained in:
Garfield69 2020-01-23 07:03:55 +13:00
parent 620a09858c
commit 7200ba9660
1 changed files with 2 additions and 2 deletions

View File

@ -24,10 +24,10 @@ namespace Jackett.Common.Indexers
public override string[] LegacySiteLinks { get; protected set; } = new string[] {
"https://torrentday.com/",
"https://tday.love/",
};
public override string[] AlternativeSiteLinks { get; protected set; } = new string[] {
"https://tday.love/",
"https://torrentday.cool/",
"https://tdonline.org/",
"https://secure.torrentday.com/",
@ -54,7 +54,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://torrentday.cool/",
link: "https://tday.love/",
caps: TorznabUtil.CreateDefaultTorznabTVCaps(),
configService: configService,
client: wc,