From 7df5a64a8b8418f44138fc904de4f0d4def4ac0f Mon Sep 17 00:00:00 2001 From: kaso17 Date: Tue, 15 Jan 2019 13:06:05 +0100 Subject: [PATCH] TorrentDay: update site urls --- src/Jackett.Common/Indexers/TorrentDay.cs | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/Jackett.Common/Indexers/TorrentDay.cs b/src/Jackett.Common/Indexers/TorrentDay.cs index 311bea98a..bae8df3d6 100644 --- a/src/Jackett.Common/Indexers/TorrentDay.cs +++ b/src/Jackett.Common/Indexers/TorrentDay.cs @@ -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,