python_crawler icon indicating copy to clipboard operation
python_crawler copied to clipboard

It's designed to be a simple, tiny, pratical python crawler using json and sqlite instead of mysql or mongdb. The destination website is Zhihu.com.

Results 1 python_crawler issues
Sort by recently updated
recently updated
newest added

get_page那里,终端提示 _self.pages = int(pages_search.findall(raw_result)[0]) IndexError: list index out of range_ 请问该怎么解决呢?