torrentday: drop tday.love domain. resolves #6880

This commit is contained in:
Garfield69 2020-01-10 07:08:07 +13:00
parent 0605b66b67
commit 7d073af14f
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://tday.love/",
link: "https://torrentday.cool/",
caps: TorznabUtil.CreateDefaultTorznabTVCaps(),
configService: configService,
client: wc,