https://github.com/oldratlee/doulist-wrong-counter-analysis
计数不对的『豆瓣豆列』抓取
https://github.com/oldratlee/doulist-wrong-counter-analysis
Last synced: 3 months ago
JSON representation
计数不对的『豆瓣豆列』抓取
- Host: GitHub
- URL: https://github.com/oldratlee/doulist-wrong-counter-analysis
- Owner: oldratlee
- Created: 2019-10-23T06:02:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-21T15:23:38.000Z (over 5 years ago)
- Last Synced: 2025-03-06T10:03:01.750Z (3 months ago)
- Language: Jupyter Notebook
- Homepage: https://github.com/oldratlee/doulist-wrong-counter-analysis/blob/master/README.md
- Size: 8.79 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 计数不对的『豆瓣豆列』抓取 [](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)。