migrate douban collection to bangumi

migrate douban collection to bangumi and export douban collection

< 腳本migrate douban collection to bangumi的回應

評論:OK - script works, but has bugs

§
發表於:2023-12-12

2023年底亲测可用。但如果短评或标签为空,会被设置成"undefined"字符串。

解决方法是在convertItemInfo$1里加上逻辑手动检查collectInfo.tagscollectInfo.comment是否为undefined并替换为空字符串""

collectInfo.tags = collectInfo.tags || "";
collectInfo.comment = collectInfo.comment || "";
22earth作者
§
發表於:2023-12-12

已修复

發表回覆

登入以回復