Revert "torrentday: update domains #9056"

This reverts commit d6a412b01d.
This commit is contained in:
Garfield69
2020-07-07 07:40:13 +12:00
parent 5fbf6bb335
commit f86dd2d43a

View File

@@ -22,13 +22,16 @@ 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/",
"https://www.torrentday.com/",
"https://torrentday.it/",
"https://td.findnemo.net/",
"https://td.getcrazy.me/",
"https://td.venom.global/",
"https://td.workisboring.net/",
"https://td.workisboring.net/"
};
public override string[] LegacySiteLinks { get; protected set; } = {
@@ -38,10 +41,7 @@ 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://tday.love/", // looping on cloudflare checking page
"https://torrentday.cool/", // looping on cloudflare checking page
"https://torrentday.it/", // looping on cloudflare checking page
"https://www.td.af/"
};
private new ConfigurationDataCookie configData => (ConfigurationDataCookie)base.configData;
@@ -50,7 +50,7 @@ namespace Jackett.Common.Indexers
: base(id: "torrentday",
name: "TorrentDay",
description: "TorrentDay (TD) is a Private site for TV / MOVIES / GENERAL",
link: "https://secure.torrentday.com/",
link: "https://tday.love/",
caps: new TorznabCapabilities
{
SupportsImdbMovieSearch = true