1
0
Fork 0
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:
ilike2burnthing 2021-01-12 00:01:41 +00:00 committed by GitHub
parent eb538ce6ef
commit f72468463c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>