Merge remote-tracking branch 'origin/main'

This commit is contained in:
thsrite
2023-10-13 10:26:49 +08:00
12 changed files with 228 additions and 69 deletions
+1 -1
View File
@@ -251,6 +251,6 @@ class ChineseSubFinder(_PluginBase):
else:
logger.info("ChineseSubFinder任务添加成功:%s" % job_id)
else:
logger.error("%s 目录缺失nfo元数据" % file_path)
logger.warn(f"ChineseSubFinder调用出错:{res.status_code} - {res.reason}")
except Exception as e:
logger.error("连接ChineseSubFinder出错:" + str(e))
+1
View File
@@ -587,6 +587,7 @@ class PersonMeta(_PluginBase):
time.sleep(sleep_time)
# 匹配豆瓣信息
doubaninfo = self.chain.match_doubaninfo(name=mediainfo.title,
imdbid=mediainfo.imdb_id,
mtype=mediainfo.type.value,
year=mediainfo.year,
season=season)