mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-25 06:10:48 +02:00
parent
2c6680e4fa
commit
50cae0719f
1 changed files with 13 additions and 1 deletions
|
|
@ -20,7 +20,19 @@ public class TorrentDay : TorrentIndexerBase<TorrentDaySettings>
|
|||
{
|
||||
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…
Reference in a new issue