mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
@@ -20,7 +20,19 @@ namespace NzbDrone.Core.Indexers.Definitions
|
|||||||
{
|
{
|
||||||
public override string Name => "TorrentDay";
|
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 string Description => "TorrentDay (TD) is a Private site for TV / MOVIES / GENERAL";
|
||||||
public override DownloadProtocol Protocol => DownloadProtocol.Torrent;
|
public override DownloadProtocol Protocol => DownloadProtocol.Torrent;
|
||||||
public override IndexerPrivacy Privacy => IndexerPrivacy.Private;
|
public override IndexerPrivacy Privacy => IndexerPrivacy.Private;
|
||||||
|
Reference in New Issue
Block a user