nCore: set DL/UL factors

This commit is contained in:
kaso17 2017-01-10 16:18:10 +01:00
parent 99c0de285e
commit 2f6e1e29b1
1 changed files with 2 additions and 0 deletions

View File

@ -194,6 +194,8 @@ namespace Jackett.Indexers
release.Description = release.Title;
release.MinimumRatio = 1;
release.MinimumSeedTime = 172800;
release.DownloadVolumeFactor = 0;
release.UploadVolumeFactor = 1;
string downloadLink = SiteLink + torrentTxt.GetAttribute("href");
string downloadId = downloadLink.Substring(downloadLink.IndexOf("&id=") + 4);