From 580eacdb185140b67bbc957382fc3d12c95a28b4 Mon Sep 17 00:00:00 2001 From: kaso17 Date: Wed, 25 Apr 2018 19:11:51 +0200 Subject: [PATCH] TorrentDay: add .it domain again --- src/Jackett.Common/Indexers/TorrentDay.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Indexers/TorrentDay.cs b/src/Jackett.Common/Indexers/TorrentDay.cs index 8d73be84f..2ab57a6b8 100644 --- a/src/Jackett.Common/Indexers/TorrentDay.cs +++ b/src/Jackett.Common/Indexers/TorrentDay.cs @@ -23,7 +23,6 @@ namespace Jackett.Common.Indexers private string SearchUrl { get { return SiteLink + "t.json"; } } public override string[] LegacySiteLinks { get; protected set; } = new string[] { - "https://torrentday.it/", // temp down? "https://torrentday.com/" }; @@ -37,6 +36,7 @@ namespace Jackett.Common.Indexers "https://www.torrentday.me/", "https://www.torrentday.ru/", "https://www.td.af/", + "https://torrentday.it/", }; private new ConfigurationDataRecaptchaLogin configData