New: (Indexer) Alternative Links for TorrentDay

Fixes #386
pull/391/head
bakerboy448 3 years ago
parent 2c6680e4fa
commit 50cae0719f

@ -20,7 +20,19 @@ namespace NzbDrone.Core.Indexers.Definitions
{
public override string Name => "TorrentDay";
public override string[] IndexerUrls => new string[] { "https://torrentday.cool/" };
public override string[] IndexerUrls => new string[]
{
"https://torrentday.cool/",
"https://tday.love/",
"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/"
};
public override string Description => "TorrentDay (TD) is a Private site for TV / MOVIES / GENERAL";
public override DownloadProtocol Protocol => DownloadProtocol.Torrent;
public override IndexerPrivacy Privacy => IndexerPrivacy.Private;

Loading…
Cancel
Save