mirror of
https://github.com/Jackett/Jackett
synced 2025-03-05 03:08:50 +00:00
zmpt: update MR & MST
there isn't actually a 1 day MST for non-H&R torrents, but putting it at zero would then screw with ratios, as a global MR of 0.4 is still required
This commit is contained in:
parent
edab313e88
commit
d29ffa566c
1 changed files with 8 additions and 3 deletions
|
@ -181,10 +181,15 @@ search:
|
||||||
img.pro_2up: 2
|
img.pro_2up: 2
|
||||||
"*": 1
|
"*": 1
|
||||||
minimumratio:
|
minimumratio:
|
||||||
text: 1.0
|
case:
|
||||||
|
img[title="H&R"]: 1.0
|
||||||
|
"*": 0.4
|
||||||
minimumseedtime:
|
minimumseedtime:
|
||||||
# 1 day (as seconds = 24 x 60 x 60)
|
# H&R 3 days (as seconds = 3 x 24 x 60 x 60)
|
||||||
text: 86400
|
# normal 1 day (as seconds = 24 x 60 x 60)
|
||||||
|
case:
|
||||||
|
img[title="H&R"]: 259200
|
||||||
|
"*": 86400
|
||||||
description:
|
description:
|
||||||
selector: td.rowfollow:nth-child(2)
|
selector: td.rowfollow:nth-child(2)
|
||||||
remove: a, b, font, img, span
|
remove: a, b, font, img, span
|
||||||
|
|
Loading…
Add table
Reference in a new issue