DeppWang / youdaonote-pull

📝 一个一键导出 / 备份「有道云笔记」所有笔记的 Python 脚本。 A Python script to export/backup all the notes of the "Youdao Note".
MIT License
1.33k stars 292 forks source link

导出的笔记都为note 无法打开 #72

Closed lucasmen9527 closed 2 years ago

DeppWang commented 2 years ago

因为有道云笔记将 note 类型的 Content-Encoding 改为了 br 格式,以降低文件内容大小br 默认不解码,所以需要安装 brotli「解码」。

pip install brotli
or
pip3 install brotli

安装后再尝试