feat: add min_seeders in filter_rule

This commit is contained in:
Edward
2024-03-05 09:25:23 +00:00
committed by GitHub
parent 663d282b5e
commit ac81dd943c
2 changed files with 8 additions and 0 deletions

View File

@ -462,6 +462,7 @@ class SubscribeChain(ChainBase):
"effect": subscribe.effect or default_rule.get("effect"),
"tv_size": default_rule.get("tv_size"),
"movie_size": default_rule.get("movie_size"),
"min_seeders": default_rule.get("min_seeders"),
}
def match(self, torrents: Dict[str, List[Context]]):