Is there any Python library that allows me to parse an HTML document similar to what jQuery does?
jQuery
i.e. I\'d like to be able to use CSS selectors
The lxml library supports CSS selectors.