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

封面图片经常爬取失败 #81

Open wwjCMP opened 1 year ago

wwjCMP commented 1 year ago

如题

Wanxp commented 1 year ago

提供下 模板 和树影音名称

wwjCMP commented 1 year ago

https://book.douban.com/subject/26774090/

wwjCMP commented 1 year ago
---
doubanId: {{id}}
title: {{title}}
subTitle: {{subTitle}}
originalTitle: {{originalTitle}}
author: 
  - "[[{{author}}]]"
series: {{series}}
type: {{type}}
score: {{score}}
datePublished: {{datePublished}}
translator: {{translator}}
publisher: {{publisher}}
producer: {{producer}}
isbn: {{isbn}}
url: {{url}}
totalPage: {{totalPage}}
tags: [书籍]
binding: {{binding}}
createTime: {{currentDate}} {{currentTime}}
desc: {{desc}}
---

![image]({{image}})

{{menu}}