Python Web Scraping Cookbook
上QQ阅读APP看书,第一时间看更新

Getting ready...

This recipe requires urllib3 installed.  So install it with pip:

$ pip install urllib3
Collecting urllib3
Using cached urllib3-1.22-py2.py3-none-any.whl
Installing collected packages: urllib3
Successfully installed urllib3-1.22