Dude, I feel you on the BeautifulSoup slowness. For larger projects, I’ve been using lxml with cssselect. It’s a bit of a combo, but it works like a charm.
Parsel is also worth a shot—it’s like lxml but with a friendlier interface.
And if you’re into scraping frameworks, Scrapy is a no-brainer. It’s not just a python html parser, but it handles everything from parsing to crawling.
Parsel is also worth a shot—it’s like lxml but with a friendlier interface.
And if you’re into scraping frameworks, Scrapy is a no-brainer. It’s not just a python html parser, but it handles everything from parsing to crawling.
