Skip to content

Commit

Permalink
torrentday: remove tday.love, doesn't resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
ilike2burnthing committed Jan 12, 2021
1 parent eb538ce commit f724684
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Jackett.Common/Indexers/TorrentDay.cs
Expand Up @@ -22,7 +22,6 @@ public class TorrentDay : BaseWebIndexer
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/",
Expand All @@ -41,7 +40,8 @@ public class TorrentDay : BaseWebIndexer
"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;
Expand All @@ -51,7 +51,7 @@ public class TorrentDay : BaseWebIndexer
: 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>
Expand Down

1 comment on commit f724684

@ilike2burnthing
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

resolves #10789

Please sign in to comment.