Hacker News new | ask | show | jobs
by karanbhangui 2059 days ago
https://www.crummy.com/software/BeautifulSoup/

https://github.com/encode/httpx

1 comments

I would recommend lxml over Beautiful Soup, it's got a much bigger API, which means more options for parsing awkward bits, it copes with badly formatted markup well, and it's considerably faster.