- Python Web Scraping Cookbook
- Michael Heydt
- 29字
- 2021-06-30 18:44:03
How it works
Underneath the covers, Scrapy builds its selectors on top of lxml. It offers a smaller and slightly simpler API, which is similar in performance to lxml.
Underneath the covers, Scrapy builds its selectors on top of lxml. It offers a smaller and slightly simpler API, which is similar in performance to lxml.