mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
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:
@@ -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];
|
||||
|
Reference in New Issue
Block a user