TorrentDay: update site urls

This commit is contained in:
kaso17
2019-01-15 13:06:05 +01:00
parent 86169a41c0
commit 7df5a64a8b

View File

@@ -27,6 +27,8 @@ namespace Jackett.Common.Indexers
};
public override string[] AlternativeSiteLinks { get; protected set; } = new string[] {
"https://tday.love/",
"https://torrentday.cool/",
"https://tdonline.org/",
"https://secure.torrentday.com/",
"https://torrentday.eu/",
@@ -37,10 +39,10 @@ namespace Jackett.Common.Indexers
"https://www.torrentday.ru/",
"https://www.td.af/",
"https://torrentday.it/",
"https://td.findnemo.net",
"https://td.getcrazy.me",
"https://td.venom.global",
"https://td.workisboring.net",
"https://td.findnemo.net/",
"https://td.getcrazy.me/",
"https://td.venom.global/",
"https://td.workisboring.net/",
};
private new ConfigurationDataRecaptchaLogin configData
@@ -52,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://td.getcrazy.me/",
link: "https://tday.love/",
caps: TorznabUtil.CreateDefaultTorznabTVCaps(),
configService: configService,
client: wc,