Wanxp / obsidian-douban

an obsidian plugin that can pull data from douban to your markdown file
GNU General Public License v3.0
184 stars 6 forks source link

[Bug]:电影标题显示错误 #109

Open shootheart opened 6 months ago

shootheart commented 6 months ago
  1. 问题说明 电影名称不正确

1.1 操作: 电影数据同步

1.2 结果: titleoriginalTitle字段显示异常,似乎是标题中的'!'引起的?

---
doubanId: 4135710
title: !树先生
type: movie
score: 8.3
scoreStar: ⭐⭐⭐⭐☆
myRating: 3
myRatingStar: ⭐⭐⭐☆☆
originalTitle: Hello

1.3 我想要的效果:

---
doubanId: 4135710
title: Hello!树先生
type: movie
score: 8.3
scoreStar: ⭐⭐⭐⭐☆
myRating: 3
myRatingStar: ⭐⭐⭐☆☆
originalTitle: Hello!树先生
  1. 书影音名称 《Hello!树先生》

  2. 模板展示 默认模板

  3. 其它 如相关的插件设置...

  4. 操作系统版本

    • [x] windows
    • [ ] ubuntu
    • [ ] mac
    • [ ] android
    • [ ] ios
  5. obisidian版本 v1.5.12

shootheart commented 6 months ago

另外aliases字段不知道为什么中间的空格替换成了'_'

aliases: 
  - Mr._Tree
Wanxp commented 6 months ago

后续将会修复