An open API service indexing awesome lists of open source software.

https://github.com/oldratlee/doulist-wrong-counter-analysis

计数不对的『豆瓣豆列』抓取
https://github.com/oldratlee/doulist-wrong-counter-analysis

Last synced: 3 months ago
JSON representation

计数不对的『豆瓣豆列』抓取

Awesome Lists containing this project

README

        

# 计数不对的『豆瓣豆列』抓取 [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/oldratlee/doulist-wrong-counter-analysis/master)

## 豆列计数不对的问题说明

- 总共条目少了。
- 自己通过 总共条目数 小于 分项条目数(书、链接)发现的。

这会导致

- 豆列里后面少于总数的条目编辑顺序。
- 多出1页(1页25个条目)之后的条目不能查看。

----------------

豆列计数不对的截图(以豆列[函数式编程/Functional Programming/FP](https://www.douban.com/doulist/45730623/)示例):

## 通过`Python`抓取页面找出计数不对的豆列

实现参见`Jupyter Notebook`: [doulist_wrong_counter_analysis.ipynb](doulist_wrong_counter_analysis.ipynb)。