mirror of https://github.com/Jackett/Jackett
TorrentDay: disable .it domain
This commit is contained in:
parent
9bfb249425
commit
dae6aeb4b5
|
@ -22,6 +22,10 @@ namespace Jackett.Common.Indexers
|
||||||
private string LoginUrl { get { return SiteLink + "tak3login.php"; } }
|
private string LoginUrl { get { return SiteLink + "tak3login.php"; } }
|
||||||
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[] {
|
||||||
|
"https://torrentday.it/", // temp down?
|
||||||
|
};
|
||||||
|
|
||||||
public override string[] AlternativeSiteLinks { get; protected set; } = new string[] {
|
public override string[] AlternativeSiteLinks { get; protected set; } = new string[] {
|
||||||
"https://tdonline.org/",
|
"https://tdonline.org/",
|
||||||
"https://secure.torrentday.com/",
|
"https://secure.torrentday.com/",
|
||||||
|
@ -45,7 +49,7 @@ namespace Jackett.Common.Indexers
|
||||||
public TorrentDay(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps)
|
public TorrentDay(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps)
|
||||||
: base(name: "TorrentDay",
|
: base(name: "TorrentDay",
|
||||||
description: "TorrentDay (TD) is a Private site for TV / MOVIES / GENERAL",
|
description: "TorrentDay (TD) is a Private site for TV / MOVIES / GENERAL",
|
||||||
link: "https://torrentday.it/",
|
link: "https://torrentday.com/",
|
||||||
caps: TorznabUtil.CreateDefaultTorznabTVCaps(),
|
caps: TorznabUtil.CreateDefaultTorznabTVCaps(),
|
||||||
configService: configService,
|
configService: configService,
|
||||||
client: wc,
|
client: wc,
|
||||||
|
|
Loading…
Reference in New Issue