mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
torrentday. fix 7d073af14f
#6880
This commit is contained in:
parent
0730b0bc64
commit
eff0d3e332
1 changed files with 1 additions and 1 deletions
|
@ -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/",
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue