This commit is contained in:
Garfield69 2020-01-10 07:51:50 +13:00
parent 0730b0bc64
commit eff0d3e332
1 changed files with 1 additions and 1 deletions

View File

@ -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/",
};