From 7579aae82316f710d64ec9f8c70c4564595f3685 Mon Sep 17 00:00:00 2001 From: EkkoG Date: Mon, 13 May 2024 11:06:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AE=A2=E9=98=85=E6=97=B6?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E8=AF=BB=E5=8F=96=20min=5Fseeders=5Ftime=20?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E6=9C=80=E5=B0=91=E5=81=9A=E7=A7=8D=E4=BA=BA?= =?UTF-8?q?=E6=95=B0=E7=94=9F=E6=95=88=E6=97=B6=E9=97=B4=E4=B8=8D=E7=94=9F?= =?UTF-8?q?=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/chain/subscribe.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/chain/subscribe.py b/app/chain/subscribe.py index 222cb816..735ac339 100644 --- a/app/chain/subscribe.py +++ b/app/chain/subscribe.py @@ -498,6 +498,7 @@ class SubscribeChain(ChainBase): "tv_size": default_rule.get("tv_size"), "movie_size": default_rule.get("movie_size"), "min_seeders": default_rule.get("min_seeders"), + "min_seeders_time": default_rule.get("min_seeders_time"), } def match(self, torrents: Dict[str, List[Context]]):