- Python Web Scraping Cookbook
- Michael Heydt
- 29字
- 2025-02-26 12:46:23
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.