- Python Web Scraping Cookbook
- Michael Heydt
- 72字
- 2021-06-30 18:44:12
Getting ready
There is a class named URLUtility in the urls.py mdoule in the util folder of the solution. This class handles several of the scenarios in this chapter with downloading and parsing URLs. We will be using this class in this recipe and a few others. Make sure the modules folder is in your Python path. Also, the example for this recipe is in the 04/01_download_image.py file.