lqqyt2423 / wechat_spider

微信爬虫,获取文章内容、阅读量、点赞量、评论等,获取公众号所有历史文章链接。
MIT License
1.41k stars 349 forks source link

获取文章内容时的Bug #14

Closed xujun05 closed 4 years ago

xujun05 commented 6 years ago

获取文章内容时会计算,剩余文章抓取长度。 如果多次打开,那么数字会不断累积增加,在公众号并未增加的情况下,应为重复计算导致。

解决方案: 修正redis中的key的value值。

lqqyt2423 commented 6 years ago

16