1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-01-01 12:46:23 +00:00
This commit is contained in:
Garfield69 2020-01-10 07:51:50 +13:00
parent 0730b0bc64
commit eff0d3e332

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