mirror of https://github.com/Jackett/Jackett
ultrahd: new mst and mr
This commit is contained in:
parent
9cadde6fd5
commit
f491c98bf6
|
@ -158,10 +158,13 @@ search:
|
||||||
img.pro_2up: 2
|
img.pro_2up: 2
|
||||||
"*": 1
|
"*": 1
|
||||||
minimumseedtime:
|
minimumseedtime:
|
||||||
# 7 days (as seconds = 7 x 24 x 60 x 60)
|
case:
|
||||||
text: 604800
|
img.hitandrun: 1209600 # 14 days (as seconds = 14 x 24 x 60 x 60)
|
||||||
|
"*": 604800 # 7 days (as seconds = 7 x 24 x 60 x 60)
|
||||||
minimumratio:
|
minimumratio:
|
||||||
text: 2.0
|
case:
|
||||||
|
img.hitandrun: 3.0
|
||||||
|
"*": 2.0
|
||||||
description:
|
description:
|
||||||
selector: td:nth-child(2)
|
selector: td:nth-child(2)
|
||||||
remove: a, b, font, img, span
|
remove: a, b, font, img, span
|
||||||
|
|
Loading…
Reference in New Issue