TorrentDay: add .it domain again

This commit is contained in:
kaso17 2018-04-25 19:11:51 +02:00
parent 270b8c9041
commit 580eacdb18
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,6 @@ namespace Jackett.Common.Indexers
private string SearchUrl { get { return SiteLink + "t.json"; } } private string SearchUrl { get { return SiteLink + "t.json"; } }
public override string[] LegacySiteLinks { get; protected set; } = new string[] { public override string[] LegacySiteLinks { get; protected set; } = new string[] {
"https://torrentday.it/", // temp down?
"https://torrentday.com/" "https://torrentday.com/"
}; };
@ -37,6 +36,7 @@ namespace Jackett.Common.Indexers
"https://www.torrentday.me/", "https://www.torrentday.me/",
"https://www.torrentday.ru/", "https://www.torrentday.ru/",
"https://www.td.af/", "https://www.td.af/",
"https://torrentday.it/",
}; };
private new ConfigurationDataRecaptchaLogin configData private new ConfigurationDataRecaptchaLogin configData