- Python Web Scraping Cookbook
- Michael Heydt
- 29字
- 2021-06-30 18:43:57
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