feat:查询种子时匹配香港、台湾译名

This commit is contained in:
Akimio521
2024-09-12 12:33:00 +08:00
parent 186476ad31
commit 596b2e11b8
3 changed files with 16 additions and 1 deletions

View File

@@ -154,6 +154,8 @@ class SearchChain(ChainBase):
keywords = list(dict.fromkeys([k for k in [mediainfo.title,
mediainfo.original_title,
mediainfo.en_title,
mediainfo.hk_title,
mediainfo.tw_title,
mediainfo.sg_title] if k]))
# 执行搜索