shengqiangzhang / examples-of-web-crawlers

一些非常有趣的python爬虫例子,对新手比较友好,主要爬取淘宝、天猫、微信、微信读书、豆瓣、QQ等网站。(Some interesting examples of python crawlers that are friendly to beginners. )

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

微信读书笔记不全

Higurashi-kagome opened this issue · comments

确实不全。阅读超过 200+ 书籍,其中有笔记得至少 150+,但实际导出得笔记字典只有 30 个项目。是不是因为一些下架书籍无法导出?但应用内查看笔记是可以看到得,只是原文无法获取和定位。

从 pyqt_gui.py, line 162,163:

# 获取书架上的每本书籍的笔记
    for index, book in enumerate(books_finish_read):
         ...

可知,程序将只会帮助导出已读完书籍的笔记,未读完书本中的笔记将不会导出,这样设计是合理的。