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

disable 'Accept-Encoding: br',解决报错并下载成二进制 .note 文件的问题 #79

Closed byronhe closed 2 years ago

byronhe commented 2 years ago

requests 默认不支持解码 br brotli 压缩的回包,会导致保存成无法打开的二进制 .note 文件

DeppWang commented 2 years ago

请问你是 windows 电脑吗

byronhe commented 2 years ago

是的

DeppWang commented 2 years ago

macOS 环境 requests 自动解码,可以尝试下仍使用 br,但兼容各环境