diff --git a/src/Jackett.Common/Indexers/TorrentDay.cs b/src/Jackett.Common/Indexers/TorrentDay.cs index a2c9bbc32..fb4a2787d 100644 --- a/src/Jackett.Common/Indexers/TorrentDay.cs +++ b/src/Jackett.Common/Indexers/TorrentDay.cs @@ -23,7 +23,7 @@ namespace Jackett.Common.Indexers private string SearchUrl { get { return SiteLink + "t.json"; } } public override string[] LegacySiteLinks { get; protected set; } = new string[] { - "https://torrentday.com/" + "https://torrentday.com/", "https://tday.love/", };