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,