mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
TorrentDay: update site urls
This commit is contained in:
@@ -27,6 +27,8 @@ namespace Jackett.Common.Indexers
|
|||||||
};
|
};
|
||||||
|
|
||||||
public override string[] AlternativeSiteLinks { get; protected set; } = new string[] {
|
public override string[] AlternativeSiteLinks { get; protected set; } = new string[] {
|
||||||
|
"https://tday.love/",
|
||||||
|
"https://torrentday.cool/",
|
||||||
"https://tdonline.org/",
|
"https://tdonline.org/",
|
||||||
"https://secure.torrentday.com/",
|
"https://secure.torrentday.com/",
|
||||||
"https://torrentday.eu/",
|
"https://torrentday.eu/",
|
||||||
@@ -37,10 +39,10 @@ namespace Jackett.Common.Indexers
|
|||||||
"https://www.torrentday.ru/",
|
"https://www.torrentday.ru/",
|
||||||
"https://www.td.af/",
|
"https://www.td.af/",
|
||||||
"https://torrentday.it/",
|
"https://torrentday.it/",
|
||||||
"https://td.findnemo.net",
|
"https://td.findnemo.net/",
|
||||||
"https://td.getcrazy.me",
|
"https://td.getcrazy.me/",
|
||||||
"https://td.venom.global",
|
"https://td.venom.global/",
|
||||||
"https://td.workisboring.net",
|
"https://td.workisboring.net/",
|
||||||
};
|
};
|
||||||
|
|
||||||
private new ConfigurationDataRecaptchaLogin configData
|
private new ConfigurationDataRecaptchaLogin configData
|
||||||
@@ -52,7 +54,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://td.getcrazy.me/",
|
link: "https://tday.love/",
|
||||||
caps: TorznabUtil.CreateDefaultTorznabTVCaps(),
|
caps: TorznabUtil.CreateDefaultTorznabTVCaps(),
|
||||||
configService: configService,
|
configService: configService,
|
||||||
client: wc,
|
client: wc,
|
||||||
|
Reference in New Issue
Block a user