mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-20 03:40:49 +02:00
Fixed: (TorrentDay) Update base urls and MST
Co-authored-by: garfield69 <garfield69@outlook.com>
This commit is contained in:
parent
5a6b1313e8
commit
615f5899cc
1 changed files with 8 additions and 3 deletions
|
|
@ -20,16 +20,21 @@ public class TorrentDay : TorrentIndexerBase<TorrentDaySettings>
|
|||
public override string Name => "TorrentDay";
|
||||
public override string[] IndexerUrls => new[]
|
||||
{
|
||||
"https://torrentday.cool/",
|
||||
"https://tday.love/",
|
||||
"https://torrentday.cool/",
|
||||
"https://secure.torrentday.com/",
|
||||
"https://classic.torrentday.com/",
|
||||
"https://www.torrentday.com/",
|
||||
"https://www.torrentday.me/",
|
||||
"https://torrentday.it/",
|
||||
"https://td.findnemo.net/",
|
||||
"https://td.getcrazy.me/",
|
||||
"https://td.venom.global/",
|
||||
"https://td.workisboring.net/"
|
||||
"https://td.workisboring.net/",
|
||||
"https://tday.findnemo.net/",
|
||||
"https://tday.getcrazy.me/",
|
||||
"https://tday.venom.global/",
|
||||
"https://tday.workisboring.net/"
|
||||
};
|
||||
public override string Description => "TorrentDay (TD) is a Private site for TV / MOVIES / GENERAL";
|
||||
public override IndexerPrivacy Privacy => IndexerPrivacy.Private;
|
||||
|
|
@ -266,7 +271,7 @@ public IList<ReleaseInfo> ParseResponse(IndexerResponse indexerResponse)
|
|||
DownloadVolumeFactor = downloadMultiplier,
|
||||
UploadVolumeFactor = 1,
|
||||
MinimumRatio = 1,
|
||||
MinimumSeedTime = 172800 // 48 hours
|
||||
MinimumSeedTime = 259200 // 72 hours
|
||||
};
|
||||
|
||||
torrentInfos.Add(release);
|
||||
|
|
|
|||
Loading…
Reference in a new issue