drop MR and MST from public c# indexers

This commit is contained in:
Garfield69
2020-09-27 11:09:42 +13:00
parent ba0b05c447
commit eb7a104f17
15 changed files with 0 additions and 30 deletions

View File

@@ -194,8 +194,6 @@ namespace Jackett.Common.Indexers
release.Grabs = ParseIntValueFromRow(r, nameof(release.Grabs), "td:nth-child(11)");
release.Comments = ParseValueFromRow(r, nameof(release.Comments), "td:nth-child(3) a", (e) => GetAbsoluteUrl(e.Attributes["href"].Value));
release.Guid = release.Comments;
release.MinimumRatio = 1;
release.MinimumSeedTime = 172800; // 48 hours
release.DownloadVolumeFactor = 0;
release.UploadVolumeFactor = 1;