standardebooks / tools

The Standard Ebooks toolset for producing our ebook files.
Other
1.43k stars 127 forks source link

Use compiled CSS selectors instead of reparsing their XPath #716

Closed apasel422 closed 5 months ago

apasel422 commented 5 months ago

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

acabal commented 5 months ago

Excellent, thanks!