mirror of https://github.com/Jackett/Jackett
nCore: set DL/UL factors
This commit is contained in:
parent
99c0de285e
commit
2f6e1e29b1
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue