mirror of
https://github.com/JoeanAmier/XHS-Downloader.git
synced 2026-03-22 06:57:16 +08:00
fix: 修复作品类型判断失败时异常退出的问题
This commit is contained in:
@@ -323,6 +323,7 @@ class XHS:
|
||||
else:
|
||||
logging(log, _("未知的作品类型:{0}").format(i), WARNING)
|
||||
data["下载地址"] = []
|
||||
data["动图地址"] = []
|
||||
await self.update_author_nickname(data, log)
|
||||
await self.__download_files(data, download, index, log, bar)
|
||||
logging(log, _("作品处理完成:{0}").format(i))
|
||||
|
||||
Reference in New Issue
Block a user