feat 中文字幕过滤规则只针对原语种为非中文

This commit is contained in:
jxxghp
2023-09-19 12:42:10 +08:00
parent 19eca11d17
commit 8be6e28933
5 changed files with 71 additions and 10 deletions

View File

@ -593,7 +593,8 @@ class RssSubscribe(_PluginBase):
if self._filter:
result = self.chain.filter_torrents(
rule_string=filter_rule,
torrent_list=[torrentinfo]
torrent_list=[torrentinfo],
mediainfo=mediainfo
)
if not result:
logger.info(f"{title} {description} 不匹配过滤规则")