mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
torrentday: remove tday.love, doesn't resolve
This commit is contained in:
parent
eb538ce6ef
commit
f72468463c
1 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,6 @@ namespace Jackett.Common.Indexers
|
|||
private string SearchUrl => SiteLink + "t.json";
|
||||
|
||||
public override string[] AlternativeSiteLinks { get; protected set; } = {
|
||||
"https://tday.love/",
|
||||
"https://torrentday.cool/",
|
||||
"https://secure.torrentday.com/",
|
||||
"https://classic.torrentday.com/",
|
||||
|
@ -41,7 +40,8 @@ namespace Jackett.Common.Indexers
|
|||
"https://td-update.com/", // redirect to https://www.torrentday.com/
|
||||
"https://www.torrentday.me/",
|
||||
"https://www.torrentday.ru/",
|
||||
"https://www.td.af/"
|
||||
"https://www.td.af/",
|
||||
"https://tday.love/"
|
||||
};
|
||||
|
||||
private new ConfigurationDataCookie configData => (ConfigurationDataCookie)base.configData;
|
||||
|
@ -51,7 +51,7 @@ namespace Jackett.Common.Indexers
|
|||
: base(id: "torrentday",
|
||||
name: "TorrentDay",
|
||||
description: "TorrentDay (TD) is a Private site for TV / MOVIES / GENERAL",
|
||||
link: "https://tday.love/",
|
||||
link: "https://torrentday.cool/",
|
||||
caps: new TorznabCapabilities
|
||||
{
|
||||
TvSearchParams = new List<TvSearchParam>
|
||||
|
|
Loading…
Reference in a new issue