hebits: update MR and MST

```
regular torrents:
minimum sharing time: 72 hours or at least 1:1 ratio.

packages:
applies to torrents of the following types: movie package, season package of entire series and series.
minimum sharing time: 168 hours or at least 1:1 ratio.
```
https://hebits.net/wiki.php?action=article&id=45
This commit is contained in:
ilike2burnthing
2021-09-08 12:58:22 +01:00
committed by GitHub
parent c01d0fe638
commit 7e17085806

View File

@@ -113,8 +113,8 @@ namespace Jackett.Common.Indexers
{
var release = new ReleaseInfo
{
MinimumRatio = 0.8,
MinimumSeedTime = 259200 // 72 hours
MinimumRatio = 1.0,
MinimumSeedTime = 604800 // 168 hours
};
var qCat = row.QuerySelector("div[class*=\"cats_\"]");
var catStr = qCat.GetAttribute("class").Split('_')[1];