Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use compiled CSS selectors instead of reparsing their XPath
https://lxml.de/cssselect.html#the-cssselector-class These selectors can only return elements, so there is no need to go through the result processing performed in the xpath method. Fixes #711
- Loading branch information