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

微信读书导出全部书籍,而不是已读完书籍的方法

qdchenyixuan opened this issue · comments

commented
微信读书导出全部书籍,而不是已读完书籍的方法
commented

pyqt_gui.py 里 for index, book in enumerate(books_finish_read): 改为 for index, book in enumerate(books_all):